From b0c90c84a39afc61cb957e14e1e346acdbd60876 Mon Sep 17 00:00:00 2001 From: Todd Tyler Date: Sun, 14 May 2017 11:39:28 -0600 Subject: [PATCH] Add text instructing user to remove target attribute. (#14847) Add text instructing user to remove target attribute. --- challenges/01-responsive-web-design/basic-html-and-html5.json | 1 + 1 file changed, 1 insertion(+) 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." ],