diff --git a/seed/challenges/html5-and-css.json b/seed/challenges/html5-and-css.json index 386c36088f..61ced8ec6f 100644 --- a/seed/challenges/html5-and-css.json +++ b/seed/challenges/html5-and-css.json @@ -1164,7 +1164,7 @@ "Here's an example:", "<p>Here's a <a href=\"http://freecodecamp.com\"> link to Free Code Camp</a> for you to follow.</p>", "Nesting just means putting one element inside of another element.", - "Now nest your existing a element within a new p element so that the surrounding paragraph says \"View more cat photos\", but where only \"cat photos\" is a link, and the rest of the text is plain text." + "Now nest your existing a element within a new p element (just after the existing h2 element) so that the surrounding paragraph says \"View more cat photos\", but where only \"cat photos\" is a link, and the rest of the text is plain text." ], "tests": [ "assert($(\"a[href=\\\"http://www.freecatphotoapp.com\\\"]\").length > 0, 'You need an a element that links to \"http://www.freecatphotoapp.com\".')",