From cf49d5eefa6eb4b615c0fabf47c6dcc25a5b1042 Mon Sep 17 00:00:00 2001 From: Dylan Date: Mon, 17 Jul 2017 11:51:19 -0500 Subject: [PATCH] tweak description on nest many elements ch. (#15597) --- challenges/01-responsive-web-design/basic-html-and-html5.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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

",