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 trialHassan Aleian
197 Pointspreview is displaying the tags of my h1 element <h1>SAM</h1>
i wrote my name inside the h1 element tags and saved ounce i went to preview the h1 element tags were also there
Ken Alger
Treehouse Teacher+1 for what Theodore Sumner said.
2 Answers
Luis Enrique Camargo Mendoza
Courses Plus Student 2,232 PointsHassan you have to put: <html> <h1> Write here </h1> </html>
Donald Wono
7,483 PointsI had the same issue in Safari. I put in the < html> < /html> tag before the < h1>< /h1> tag and it fixed the issue. The code looked like: < html> < h1>Something New< /h1> < /html>
To make the answer show up here, I added a space between the open angle bracket at the tag.
Gerald Charles
Courses Plus Student 193 PointsThanks!!!
Ted Sumner
Courses Plus Student 17,967 PointsTed Sumner
Courses Plus Student 17,967 PointsPlease post the code.