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

Makoa Huey
Makoa Huey
130 Points

So I have everything typed into but when I got to check the page nothing has changed and is popping up something else

Makoa Huey
Makoa Huey
130 Points

Also my Doctype is red and not orange like in the video

Steven Parker
Steven Parker
241,811 Points

You can't share a direct URL to your workspace, it's temporary and only exists while you are using it. Take a look at this video about sharing a snapshot of your workspace.

It also helps to know what course and lesson you are referring to. You might want to take a look at this video about Posting a Question as well.

Makoa Huey
Makoa Huey
130 Points

Thank you for the help The lesson that I'm on is Introduction to HTML and CSS I believe I have my code right, but whenever I go to preview my work it shows Index of/ and a bunch of other links https://w.trhou.se/xeeledt02v

1 Answer

Steven Parker
Steven Parker
241,811 Points

The default page shown in a preview is "index.html" (all lower case), and when it is not present a listing of the directory is shown instead.

This workspace contains "Index.html" (with a capital "I"), but since the workspace filesystem is case-sensitive, it is not recognized as the landing page. Just rename it and the preview will show it.