From 9ba3226cd20d230f960518c8d051dea9be0f96e8 Mon Sep 17 00:00:00 2001 From: Claudio Restifo Date: Fri, 10 Feb 2017 13:58:04 +0700 Subject: [PATCH] added step by step instruction on adding an image to a website --- .../01-responsive-web-design/basic-html-and-html5.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/seed/challenges/01-responsive-web-design/basic-html-and-html5.json b/seed/challenges/01-responsive-web-design/basic-html-and-html5.json index 781a5fae26..61c5f9c42b 100644 --- a/seed/challenges/01-responsive-web-design/basic-html-and-html5.json +++ b/seed/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

",