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 trialDurrell Chamorro
3,198 PointsThere seems to be an error in the system because I typed the code correctly and it says I didn't.
I typed out the <nav></nav> and nested the <ul></ul> tags inside right after the link in the header just like in the video example and it is still telling me I did it wrong when I check my work.
2 Answers
Daniel Muvdi
5,262 Points<header>
<a href="index.html"> </a>
<nav>
<ul></ul>
</nav>
</header>
Hi try to close header and a
dpjvanvalderen
6,081 PointsHey, try to show us your code. Here this will help you: https://teamtreehouse.com/forum/posting-code-to-the-forum
Durrell Chamorro
3,198 PointsThanks
<header>
<a href="index.html">
<nav>
<ul></ul>
</nav>
Durrell Chamorro
3,198 PointsDurrell Chamorro
3,198 PointsThanks! It worked. :) I see what I did wrong.