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 How to Make a Website Creating HTML Content Create Navigation with Lists

Jacob Israeli
PLUS
Jacob Israeli
Courses Plus Student 3,702 Points

nav bar and ul

i put <nav><ul></ul></nav> inside the header right after <a href="index.html"> but i'm getting that it's not right?

3 Answers

Don Shipley
Don Shipley
19,488 Points

Looking at the question it is asking you to create a nav element after the a link inside the header element

Jacob Israeli
PLUS
Jacob Israeli
Courses Plus Student 3,702 Points

Yeah -- this was a foolish question I realize, though the instructions should read "create a nav element after the header element", and end there. The language about "after the link inside the header element" suggests that we should place the nav inside the <header> and close header tag. Nahmean?

Don Shipley
Don Shipley
19,488 Points

I am sure they will be moving the link inside an<li> inside the <nav> <ul> later.....