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 link not opening up my resume page

once i click the preview button, it takes me to my page however when i add "/resume.html" i don't see my resume page I'm creating. I've saved and still nothing.

7 Answers

First of all make sure you are saving the files after any changes (CTRL+S) or else the changes wont display. And second, when changing the "#" in the anchor element, make sure the filename is typed exactly as it was saved in the directory (exp. "resume.html").

Steven Parker
Steven Parker
229,732 Points

You're using an absolute file reference here to a file in the root folder. Is it possible that the file is in a subfolder?

Also check for spelling including capitalization. The file system in the workspaces is case sensitive.

If you still can't find the issue, try making a snapshot of your workspace and post the link to it here.

Thanks Steven! Ill try that now

Steven Parker
Steven Parker
229,732 Points

John Gonzalez — If that works, you can mark the question solved by choosing a "best answer".
And happy coding!

This fixed the issue for me.

That is because it is not linked yet and you have to add the resume.html to the end of your web page.

Neal Combs
seal-mask
.a{fill-rule:evenodd;}techdegree
Neal Combs
Front End Web Development Techdegree Student 1,086 Points

I had the same problem. It was case sensitive when i typed in <h1> RESUME </h1>. I would type in "/resume.html. I changed the "<h1>Resume</h1> and it came up fine !

Patricia Davis
Patricia Davis
942 Points

I'm having the same problem but I didn't come here first and just started over.

In the first exercise, we set up the resume.html page. In this second exercise, it is deleted; so I deleted the syntax. I cannot go back to the first exercise. What is the syntax and where does it fit in the head?

Nicholas Prober
Nicholas Prober
4,925 Points

I created the resume.html file, I hit control s to save. For some reason I am still seeing the introduction workspace on the left hand side which is making it so that I can only see the introduction website and not the one that we are just starting to build. Should I just delete all the other files? I will try that because I am trying to continue with the program. Edit: Deleting the files did not work. I seem to be unable to display the page using workspace.