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\".",
"
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