diff --git a/challenges/01-responsive-web-design/basic-html-and-html5.json b/challenges/01-responsive-web-design/basic-html-and-html5.json index 781a5fae263..61c5f9c42b5 100644 --- a/challenges/01-responsive-web-design/basic-html-and-html5.json +++ b/challenges/01-responsive-web-design/basic-html-and-html5.json @@ -570,8 +570,11 @@ "<img src=\"https://www.your-image-source.com/your-image.jpg\" alt=\"Author standing on a beach with two thumbs up.\">", "Note that in most cases, img elements are self-closing.", "
", - "Try it with this image:", - "https://bit.ly/fcc-relaxing-cat" + "Let's try to add an image to our website:", + "Insert an img tag, before the h2 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." ], "challengeSeed": [ "

CatPhotoApp

",