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 How to Make a Website Beginning HTML and CSS Write an HTML Element

Need Help

Want Move Forward

index.html
< Hi>/Hi<Hi>

Need to restart program

Need to restart program

Can you please post/attach your question? Because the title and the code snippet doesn't explain what it is you need help with.

3 Answers

Stephen Layton
Stephen Layton
8,643 Points

Not sure exactly what your question is but I'll take a stab at it. I believe that challenge is asking you to use <h1> tags, that's the number one not the letter "i". You'd need an opening and a closing /h1.

<h1> </h1>

Hope that helps.

You need to write an h1 header tag. view below.

<h1></h1>

Stephen Layton already gave right answer