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 trialUta Plotkin
5,011 PointsHomepage shows as an index
I wanted to practice what I'm learning so I fired up another Workspaces project but when I try to preview what I'm doing, all I get is an index page in the browser. Can anyone tell me why this is happening?
1 Answer
Domen Stojic
31,376 PointsWhen you open a new workspace (blank HTML), you should on the left side(grey) right click create new file rename it index.html and another one alongside it something.css
If you are getting a index page you probably didn't name it right! Check your spelling and you should be ok!
Remember to type this in the first line for proper practice!
<!DOCTYPE html>