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 Introduction to HTML and CSS (2016) Adding a New Web Page Set up an HTML Document

Rick Wise
Rick Wise
4,034 Points

I am getting the 404 error as well...what am I doing wrong?

This is what my code says. It didn't look like I had an error in it. Can anyone see one? Any idea how to fix this issue. Thanks a lot!

<!DOCTYPE html> <html> <head> <title>rick wise resume</title> </head> <body> <h1>resume</h1> </body> </html>

3 Answers

Error 404 means the page can't be found. In your case, it is hard to say without looking, but I will guess you are typing the wrong path to the page in the URL, or the URL has a typo or some sort. Perhaps, tell us the name of the file you are working on, and the URL that you are accessing it and maybe we can point some error there. Cheers.

Rick Wise
Rick Wise
4,034 Points

Thanks Marin, but I finally figured it out. My "R" in Resume was capitalized in the tab. It needed to be lowercase. Simple error. Thanks for the help though!

Nick Renteria
Nick Renteria
10,258 Points

Rick you genius! I was making the same error. Thanks!

Thank you, Rick! I had the same problem with uppercase R. Changing to lower case fixed it.