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

Track and challenge question regarding Link each of the three list items. Portfolio should go to โ€œindex.htmlโ€

Hello All,

It says that the portfolio should go to the "index.html" . Though I have already done so. Is there something that I am doing wrong? Please help.

Hi Gobie,

Please post your code. We would need to see that in order to know what you might be doing wrong.

3 Answers

Joan Valls de Padrines Amengual
Joan Valls de Padrines Amengual
11,760 Points

In this code challenge you have 3 steps:

  • First step: create the nav and the ul element with the open and closing tags.
  • Second step: create the li elements with the names.
  • Third step: surround each li element with an anchor tag everyone to each site. That means, for the first one, you have to surround the first li tag Portfolio with an anchor tag with the href attribute value index.html.

Hope that helps to reach the next stage.

Found the problem. Thanks everyone for the help!

Found the problem. Thanks everyone for the help!