From ab53c6ce77a6db9704b002920e5cd4476e30e8e0 Mon Sep 17 00:00:00 2001 From: Ryan Will Date: Tue, 28 Jun 2016 13:59:10 -0500 Subject: [PATCH] Added a line to html5-and-css.json to clarify instructions forgot the period :) --- .../01-front-end-development-certification/html5-and-css.json | 1 + 1 file changed, 1 insertion(+) diff --git a/challenges/01-front-end-development-certification/html5-and-css.json b/challenges/01-front-end-development-certification/html5-and-css.json index 44c4e70664..fe481d3fa3 100644 --- a/challenges/01-front-end-development-certification/html5-and-css.json +++ b/challenges/01-front-end-development-certification/html5-and-css.json @@ -1634,6 +1634,7 @@ "Nest your image within an a element. Here's an example:", "<a href=\"#\"><img src=\"https://bit.ly/fcc-running-cats\"></a>", "Remember to use # as your a element's href property in order to turn it into a dead link.", + "Place the existing image element within an anchor element.", "Once you've done this, hover over your image with your cursor. Your cursor's normal pointer should become the link clicking pointer. The photo is now a link." ], "challengeSeed": [