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

Issue with linking task: Challenge Task 3 of 3 "Creating HTML Content"

I'm running into a problem linking Portfolio to "index.html". I believe I'm writing the code correctly. I've tried it a few times but no success.

3 Answers

Calvin Nix
Calvin Nix
43,828 Points

Can you please provide the code you are trying?

Tks for the quick reply!!! Working now. Must have missed a small detail. How do I enter code in the comment section

Calvin Nix
Calvin Nix
43,828 Points

Under the text area where you post an answer you will find some text that reads "You can format your discussion with Markdown. If you aren't familiar with Markdown you can reference the Markdown Cheatsheet" It's right above the "Post answer" button. Click the bolded "Markdown Cheatsheet" for all the ways that you can format you post.

To enter code use the ` mark 3 times. Once to start your code and another time to end it.

I have the same error. It says the portfoilo should link to "index.html".

My line of code is. <li><a href="index.html"> Portfolio </a></li>

I believe this to be correct, but maybe I'm wrong.

Calvin Nix
Calvin Nix
43,828 Points

Hey Michael,

Which challenge are you having trouble with?

Thanks for the response. It is the same one as this, but I got through it. I do find it annoying that you can only pass this particular code challenge if you write dysfunctional code. It makes you delete the closing tags in order to complete it. It is bizarre.