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

stuck unordered list

Where is my problem, why html ul elements not met? http://www.bildites.lv/images/65bqnma7xhzkc313ie23.png

James Ingmire
James Ingmire
11,901 Points

Try post your code so we can help. Heres a simple unordered list.

<ul>
      <li>BlaBla</li>
</ul>
James Ingmire
James Ingmire
11,901 Points

Just had a look at your image, (the link didn't show before hand). It looks fine, maybe try adding the <li> list item inbetween?

Also is says task one is no longer passing so you must of deleted something previously entered, try start again.

2 Answers