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 HTML First Use HTML Elements

Jaldo Abino
PLUS
Jaldo Abino
Courses Plus Student 303 Points

html element

how to write an html element?

index.html

Jaldo Abino
Jaldo Abino
Courses Plus Student 303 Points

This was my first ever question hoped to get simple answer .but Instead of direct answer you have to send me through long abusive method answering . I will not ask you any question any more .good by abusive teamtreehouse communities.

2 Answers

nulled
nulled
1,890 Points

Progressively, this is the end goal of all the challenges (it's quite simple):

<!DOCTYPE html>
<html>
  <head>
    <title>Oink!</title>
    <meta charset="utf-8"> 
  </head>
  <body>
    <header>
    </header>
    <section>
    </section>
    <footer>
    </footer>
  </body>
</html>
Flavio Barros
Flavio Barros
3,686 Points

Hey, don't take it like this. He was trying to help. You can write the html element opening and closing the tag:

<html>
</html>