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

Nathan Milliman
127 PointsCreate 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.
4 Answers

Gage Schaffer
3,093 Points<nav><ul></ul></nav>
If it keeps saying bummer after you try that, try no including the "</ul>

Nathan Milliman
127 Points<header> <nav><ul></ul></nav>
This correct?

Nathan Milliman
127 PointsNo No
<header> <nav><ul></ul></nav> Like this?

Josué Rodriguez
Front End Web Development Techdegree Graduate 24,118 PointsIt would help if you posted your answer (code) to the challenge.
By the title it seems to be asking this:
<nav>
<ul></ul>
</nav>

Nathan Milliman
127 Points
Nathan Milliman
127 Pointshttps://teamtreehouse.com/library/create-navigation-with-lists
Still kicks it out...

Nathan Milliman
127 PointsI agree...Thx

Unsubscribed User
19,024 PointsHi, Not sure why it does this but try this...
<nav> <ul></ul>
...don't close the nav

Nathan Milliman
127 Pointshttps://teamtreehouse.com/library/create-navigation-with-lists
I think this a glitch...so time consuming with occurs...Thx
Alexander Davison
65,469 PointsAlexander Davison
65,469 PointsHello Nathan, please provide a link to the challenge you are on. Thank you! This will really help us find your error
Thanks
Tagging William Li to change topic.