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 trialShelby Mason
31 PointsNeed Help
Want Move Forward
< Hi>/Hi<Hi>
Shelby Mason
31 PointsNeed to restart program
Gloria Dwomoh
13,116 PointsCan 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
8,643 PointsNot 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.
Chyno Deluxe
16,936 PointsYou need to write an h1 header tag. view below.
<h1></h1>
Petar Popovic
Courses Plus Student 23,421 PointsStephen Layton already gave right answer
Shelby Mason
31 PointsShelby Mason
31 PointsNeed to restart program