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 Add a New Page

I made an about.hmtl file, and copied everything from the index.html and it is not working. Showing error

I made an about.hmtl file, and copied everything from the index.html and it is not working. Showing error. Am I missing something?

3 Answers

Michael Alaev
Michael Alaev
5,415 Points
<!DOCTYPE html> 
<html>
<head>
</head>
<body>
Gravity Sound Productions | Melissa Sandell GRAVITY SOUND PRODUCTIONS Melissa Sandell | Sound Designer and Production Rentals Home About Rentals Contact PRODUCTION RENTALS TOP OF THE LINE EQUIPMENT SUPPORTING LOCAL ARTISTS MUISC TO BE MADE LIVE SOUND 
</h6>Ā© 2014 Gravity Sound Productions.</h6>
</body>
</html>

you need to writhe the correct markup for your about page. you should watch the video again to see how he is writhing the code and style.

Ohhhh I see, yes I corrected thank you so so much!

Michael Alaev
Michael Alaev
5,415 Points

Can you post your code here?

Zack Taylor
Zack Taylor
9,021 Points

Elizabeth what sort of error are you getting?

I am taking the Front-end Web development course and am on the "Style New Pages" part. So I am trying to add an about page. So I copied all of that to the about.html and when i click the "preview workspace" button and the page comes up that I've been working on, I click on "About" and 404 Not Found comes up.