From 0572ad60fd667a46845a71d3e652fa663049ff30 Mon Sep 17 00:00:00 2001 From: Dennis Wolfers Date: Wed, 17 Oct 2018 17:22:44 -0700 Subject: [PATCH] =?UTF-8?q?Changed=20'before'=20to=20'after'=20to=20reflec?= =?UTF-8?q?t=20the=20intended=20image=20insertion=20p=E2=80=A6=20(#19072)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Changed 'before' to 'after' to reflect the intended image insertion point in the code * Changed h2 to main --- .../basic-html-and-html5/add-images-to-your-website.english.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/01-responsive-web-design/basic-html-and-html5/add-images-to-your-website.english.md b/curriculum/challenges/english/01-responsive-web-design/basic-html-and-html5/add-images-to-your-website.english.md index a5ff7ed877..343136bae6 100644 --- a/curriculum/challenges/english/01-responsive-web-design/basic-html-and-html5/add-images-to-your-website.english.md +++ b/curriculum/challenges/english/01-responsive-web-design/basic-html-and-html5/add-images-to-your-website.english.md @@ -22,7 +22,7 @@ Let's add an alt attribute to our img example above: ## Instructions
Let's try to add an image to our website: -Insert an img tag, before the h2 element. +Insert an img tag, after the main element. Now set the src attribute so that it points to this url: https://bit.ly/fcc-relaxing-cat Finally don't forget to give your image an alt text.