tweak description on nest many elements ch. (#15597)

pull/18182/head
Dylan 2017-07-17 11:51:19 -05:00 committed by mrugesh mohapatra
parent 190fa94c54
commit cf49d5eefa
1 changed files with 2 additions and 2 deletions

View File

@ -1946,8 +1946,8 @@
"The <code>div</code> element is probably the most commonly used HTML element of all.",
"Just like any other non-self-closing element, you can open a <code>div</code> element with <code>&#60;div&#62;</code> and close it on another line with <code>&#60;/div&#62;</code>.",
"<hr>",
"Try putting your opening <code>div</code> tag above your \"Things cats love\" <code>p</code> element and your closing <code>div</code> tag after your closing <code>ol</code> tag so that both of your lists are within one <code>div</code>.",
"Nest your \"Things cats love\" and \"Things cats hate\" lists all within a single <code>div</code> element."
"Nest your \"Things cats love\" and \"Things cats hate\" lists all within a single <code>div</code> element.",
"Hint: Try putting your opening <code>div</code> tag above your \"Things cats love\" <code>p</code> element and your closing <code>div</code> tag after your closing <code>ol</code> tag so that both of your lists are within one <code>div</code>."
],
"challengeSeed": [
"<h2>CatPhotoApp</h2>",