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 trialsimbarashe madanhi
3,138 Pointsproblem 1
l want to proceed to the next task
<h1>SimbarasheMadanhi</h1>
1 Answer
Rafael silva
23,877 Points- first challenge is to type the <h1> only , and take it in blank
- second challenge is to type your name like I made below , follow these example.
1- answer <h1></h1>
2-answer <h1>Rafael Silva</h1>
Savannah Lynn
13,662 PointsSavannah Lynn
13,662 PointsHi,
Are you on Part 1 or Part 2 of the challenge?
Part 1 asked for no text in between the tags:
<h1></h1>
Then for Part 2 you add your name
<h1>Your Name</h1>