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 Write the HTML

/resume.html wont open

3 Answers

Cameron Childres
Cameron Childres
11,818 Points

Hi Alex,

There's a space at the start of your file name for "resume.html". Right click the file, select rename, re-enter "resume.html" and ensure there aren't any spaces then you should be good to go.

Awesome catch, Cameron Childres - and great additional sleuthing, kkellerman =D

kkellerman
kkellerman
15,633 Points

Also make sure your .html file is in the root, and not in the images folder.

This was the exact issue with me. Click the styles.css file to make sure your new file will be in the appropriate area.

Gauthier Matombi
Gauthier Matombi
434 Points

I had issues with that as well but my mistake was case sensitive. I created a file as Resume.html and when I tried to add resume in the browser i had an error until I renamed my file with lowercase r for resume.html