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 Adding Pages to a Website Build the Contact Page

Broken Link trying to access Contact Page

I am trying to access the Contact Page link as I follow along with this video. I must have a broken link because when I click on it, I am getting a reply of 404 Not Found. Any suggestions?

Stone Preston
Stone Preston
42,016 Points

can you post your code for your contact link?

Sorry, I don't know what you mean by that.

Is it the number after the Workspaces?

Stone Preston
Stone Preston
42,016 Points

post the code you have written for your contact link. should look something like <a href="contact.html">Contact</a>. You wil have to format it using markdown. see the tips for asking questions video if you dont know how to format code in the forum. It explains it in detail

2 Answers

Evan Osczepinski
Evan Osczepinski
5,189 Points

make sure that you have spelled everything correctly. Also make sure the syntax is correct.

Gwenaรซl Magnenat
Gwenaรซl Magnenat
14,617 Points

also make sure your contact.html file exists and is in the same directory as your index.html file