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 Build a Simple Website Website Basics Introduction to the Project

What did i do wrong with my H1 Tag1?

I don't know what did wrong? The Tree House says that I did not do the H1 correctly. I copied H1 Then the text "Smells like Bakin" i closed the text with a closing " What did i type wrong.

3 Answers

Sreng Hong
Sreng Hong
15,083 Points

It should be something like this:

<h1>Smells like Bakin</h1>

I remember when I was doing this project, I entered Smells Like Bakin' instead of Smells Like Bakin, and that made it incorrect. Make sure you're entering it as:

<h1>Smells Like Bakin</h1>