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 a8fdddb5c0..95c40ac753 100644 --- a/challenges/01-responsive-web-design/basic-html-and-html5.json +++ b/challenges/01-responsive-web-design/basic-html-and-html5.json @@ -727,6 +727,7 @@ "Now when users click the \"Go to contact section\" link, they'll be taken to the section of the webpage with the anchor that has the name attribute \"contact\".", "
", "Change your external link to an internal link by changing the href attribute to \"#bottom\" and the anchor text from \"cat photos\" to \"Jump to Bottom\".", + "Don't forget to remove the target=\"_blank\" attribute since this causes the linked document to open in a new window tab.", "Then add an anchor link with a name attribute set to \"bottom\" after the last paragraph.", "Note
Additional kitty ipsum text has been added to the paragraphs to better show the effect of clicking the internal anchor link to jump to the bottom of the page. Also, this change will only apply to this challenge. The next challenge goes back to showing your external link." ],