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 458e25f7a8e..a186c80a07c 100644 --- a/challenges/01-responsive-web-design/basic-html-and-html5.json +++ b/challenges/01-responsive-web-design/basic-html-and-html5.json @@ -1946,8 +1946,8 @@ "The div element is probably the most commonly used HTML element of all.", "Just like any other non-self-closing element, you can open a div element with <div> and close it on another line with </div>.", "
", - "Try putting your opening div tag above your \"Things cats love\" p element and your closing div tag after your closing ol tag so that both of your lists are within one div.", - "Nest your \"Things cats love\" and \"Things cats hate\" lists all within a single div element." + "Nest your \"Things cats love\" and \"Things cats hate\" lists all within a single div element.", + "Hint: Try putting your opening div tag above your \"Things cats love\" p element and your closing div tag after your closing ol tag so that both of your lists are within one div." ], "challengeSeed": [ "

CatPhotoApp

",