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

I think there may be something wrong with my recheck button

I'm adding the link for index.html to my portfolio item list and it's telling me that the link is not to index.html even though it is. Is there something I'm missing?

Chris Dziewa
Chris Dziewa
17,781 Points

Please post your code here so members of the forum can offer more specific answers to your issue. You can use the markdown cheatsheet below to format it nicely.

2 Answers

James Lucia
James Lucia
7,350 Points

You should post your code here so we can see what it looks like.

Hi James,

It had me do the below.

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

but in our lesson, I thought we had to close out the link like <li><a href="index.html"></a></a>Portfolio</li>