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

When I preview page it goes to Jane Smith's page and not the new Resume page

When I preview the page it does not go to a new resume page it brings up Jane Smith's page

2 Answers

Steven Parker
Steven Parker
243,228 Points

By default, it displays the page named "index.html".

You can either rename the original and give yours that name, or you can modify the address your browser is going to by adding a slash ("/") followed by the name of your page file.

Thank you. I somehow missed that portion of the video

Steven Parker
Steven Parker
243,228 Points

B G — Normally you would choose the "best answer" as the one that contains the information that helped resolve your issue. Marking your own response as the "best answer" might be confusing to other students reading the question later.