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

Create a navigation element with an unordered list element after the link inside the header. Don’t add any list items...

Has anyone had this problem and no matter what...still states "Bummer"..wrong answer..Thx I have also made this <nav> element correction on the instructors code and my workspace.

Hello Nathan, please provide a link to the challenge you are on. Thank you! This will really help us find your error :wink:

Thanks :thumbsup:

Tagging William Li to change topic.

4 Answers

<nav><ul></ul></nav>

If it keeps saying bummer after you try that, try no including the "</ul>

<header> <nav><ul></ul></nav>

This correct?

No No

<header> <nav><ul></ul></nav> Like this?

It would help if you posted your answer (code) to the challenge.

By the title it seems to be asking this:

<nav>
  <ul></ul>
</nav>

I agree...Thx

Hi, Not sure why it does this but try this...

<nav> <ul></ul>

...don't close the nav

https://teamtreehouse.com/library/create-navigation-with-lists

I think this a glitch...so time consuming with occurs...Thx