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 trial

HTML HTML Lists HTML Lists

Add a nested ordered list to the "Shapes" list item NOT WORKING!!!!!

Hi, im trying to complete this task and i really cannot see why it's not working.

6 Answers

post your code. To do this, click on the bold text "Markdown Cheatsheet" just below the reply box or put it into codepen etc. e need to see what is happening with your code.

Hi Thomas,

Im new to this website and didnt realise there was other questions posted in the forum relating to the very same issue until id actually posted my question, i do apologise.

I wasn't removing the </li> after 'Shapes'

<ul> <li>Shapes</li> <ol></ol> </ul>

Thanks anyway Thomas, I'm sure you will come to my aid over the next few weeks/months lol.

Andy

<code> <ul> <li>Shapes</li> <ol></ol> </ul> </code>

'''<ul> <li>Shapes</li> <ol></ol> </ul>'''

ha ha sorry.

lol. no problem. we have a nice community here always willing to help each other