Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialParpalea Nicolae-Alexandru
1,180 Pointsfail to solve
Challenge task 5 of 6 Add a nested ordered list to the "Shapes" list item. Oops! It looks like Task 2 is no longer passing. Recheck workGo to task Two index.html
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>HTML Lists Challenge</title> 5 </head> 6 <body> 7 ? 8 <h1>HTML Lists Challenge</h1> 9 ? 10 <!-- Write your code below --> 11
12 <ol> 13 <li>Stop </li> 14 <li>Drop</li> 15 <li>Roll</li> 16 <li>Shapes</li> 17 </ol> 18
19 <ul> 20 <li>Shapes</li> 21 <li>Colors</li> 22 </ul> 23 </body> 24 </html> 25 ?
1 Answer
Caleb King
32,777 PointsHi Parpalea Nicolae-Alexandru make sure to review the forum before posting a question since majority of the quiz questions have already been answered. Stone Preston put a good explanation on this page https://teamtreehouse.com/forum/html-quiz-add-a-nested-ordered-list-to-the-shapes-list-item