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 trialDouglas Hack
45 Pointswtf
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?
1 Answer
Ted Sumner
Courses Plus Student 17,967 PointsThese 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.
Reece Moore
11,146 PointsReece Moore
11,146 PointsHey 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