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 CSS

Haley Pilcher
Haley Pilcher
2,455 Points

My resume.html file won't preview correctly, what am I doing wrong?

When I am trying to preview my resume.html page, it shows up as Index of/ then has a bulleted list of images/ resume.css resume.html styles.css

4 Answers

Cory Stover
Cory Stover
3,341 Points

Are you typing "/resume.html" at the end of the original URL?

Did you try any other browsers?

Haley Pilcher
Haley Pilcher
2,455 Points

Yes! It's still blank once I click on the html link from the page

William Johnson
William Johnson
7,390 Points

Can you show your code?

Haley Pilcher
Haley Pilcher
2,455 Points

<!DOCTYPE html> <html> <head> <title>Haley Pilcher's Resume</title> </head> <body> <h1>Resume</h1> </body> </html>

I'm sure you've found help since, but something that has tripped me up before is naming the file incorrectly. As in adding an accidental space or the likes. Also, check to see if you're being case-sensitive with the URL.