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

I have created a new html file and wrote the code and previewed and added /resume.html but it doesn't worked.

I have created a new html file as resume.html i wrote the code like the following,but the code was not executed when i previewed and added /resume.html but still i can see 404 not found.Could anyone please help me out.By looking at my code below where i gone wrong.Thank you.

<!DOCTYPE html>

 <head>
         <title>vamshi's resume</title>

</head>

    <body>
            <h1>resume</h1>

</body>

</html>

1 Answer

There doesn't seem to be anything wrong with your code. You aren't accessing the file. Make sure the file is in the correct directory and that you are accessing it.