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

Alex Gasick
Alex Gasick
93 Points

Why is it telling me index.html isn't listed to the Portfolio?

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

2 Answers

Alex Gasick
Alex Gasick
93 Points
<nav>
          <ul>
            <li><a href="index.html"></a>Portfolio</li>
            <li><a href="about.html"></a>About</li>
            <li><a href="contact.html"></a>Contact</li>
          </ul>
        </nav>

This is my code

hi there Alex Gasick we are more than happy to help you if you managed to get your code on here. l was struggling same as you did when i first tried to put my code on the forum for others to see so recommend you take a quick look at this video on here that shows how its done video by @Andrew Chalkley .