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 trialHaeyoung Koh
Courses Plus Student 232 PointsHow come the instructor uses <nav> in the header element to have an unordered list but not in the section?
How come the instructor uses <nav> in the header element to have an unordered list but not in the section?
2 Answers
Wayne Priestley
19,579 PointsHi,
Using <nav>
in the header section for a unordered list its what you would use to build your navigation menu.
When building a list in the section you won't be using that as navigation so there is no need to use the <nav>
.
Hope this helps.
Haeyoung Koh
Courses Plus Student 232 Pointsthank you!