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

Sade Fasan
Sade Fasan
967 Points

create navigation with lists, 3 objectives; ANSWERS

I had a nightmare with this particular section so i'd like to help you guys out.. the sections you need are: <header> <a href="index.html"> <h1>Nick Pettit</h1> <h2>Designer</h2> </a> <nav> <ul> </ul> </nav> </header>

then: <li><a href="index.html">Portfolio</a></li> <li><a href="about.html">About</a></li> <li><a href="contact.html">Contact</a></li>

for the final part. the middle part (quiz 2) has answers available easily.

Sade Fasan:

You need to click on the "Get Help" button on the code "Objectives" page of this question. Type the module heading >, the section heading >, & the heading on the code "Objectives" challenge before you type your question. (I use the ">" in between sections.) This helps to automatically categorize it appropriately on the community page. It isn't obvious what question you are asking here.