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 dfee6334a7e..882bbc72890 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.",
"
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": [
"