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

CSS How to Make a Website Beginning HTML and CSS Follow Along with Workspaces

wtf

Using win8, when I click on preview a new tab opens with the same text as my index.html.............I don't see my name on a web page. Why?

Reece Moore
Reece Moore
11,146 Points

Hey Douglas,

Are you able to post your code into the forum? - That way I will be able to see if there is any code missing or incorrectly spelt.

Reece

1 Answer

These problems are usually because of a lack of html code. You should look something like this.

<!DOCTYPE html>
<html>
  <body>
    <h1>Name</h1>
  </body>
</html>

Take time to review the Markdown Cheatsheet linked below on how to format your posts here.