From 66e5cf00511afd194db32f8ec9aa5fb30bf9779a Mon Sep 17 00:00:00 2001 From: PHILIP OBIORAH Date: Tue, 4 Feb 2020 15:42:53 +0100 Subject: [PATCH] fix(curriclum): modified add images to your website (#38155) Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com> Co-authored-by: Manish Giri --- .../add-images-to-your-website.english.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 33cfd791d5..ac916f992e 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,10 +22,10 @@ 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, after the main element. +Within the existing main element, insert an img element before the existing p elements. 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. +Finally, don't forget to give your img element an alt attribute with applicable text.
## Tests