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

problem 1

l want to proceed to the next task

index.html
 <h1>SimbarasheMadanhi</h1>
Savannah Lynn
Savannah Lynn
13,662 Points

Hi,

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>

1 Answer

  • 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>