Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Carlos Garcia
9,095 PointsI'm stuck. Help please!
This particular challenge is asking me to link the list item "Portfolio" to the "index.html" web page. I believe I have it correct, however it's not letting me proceed. This is how i have the code entered below:
<li> <a href="index.html">Portfolio</a></li>
Please let me know if there's an error. Much appreciated! =)
3 Answers

Nicole H
2,981 PointsHi Carlos,
Can you try reposting your code? It doesn't appear to be showing up. Your code for the challenge should look something like this:
<nav>
<ul>
<li><a href="index.html">Portfolio</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>

Carlos Garcia
9,095 PointsThanks for your help! =)

Carlos Garcia
9,095 PointsI wonder why my code wasn't showing. I believe that's what I had, but I'll check it again. Thank u very much! Wish me luck. Lol =)

Daksh Shah
3,534 PointsHi Carlos!
The comment box is not displaying your code as you're pasting the HTML directly.
For future reference: Wrap your code with 3 backticks (```) on the line before and after. If you specify the language after the first set of backticks, that'll help with syntax highlighting.
You can click on the 'Markdown Cheatsheet' link below every comment box for further reference.

Carlos Garcia
9,095 PointsGot it. Thank you very much!

Daksh Shah
3,534 PointsYou're most welcome :)
Mark your question as solved if your question has been resolved.
Happy learning !
Carlos Garcia
9,095 PointsCarlos Garcia
9,095 PointsThis is the code I currently have***
(<li> <a href="index.html">Portfolio</a></li>)
Ignore the ( ) in the beginning and end...it wouldn't display my code here for some reason.