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 Introduction to HTML and CSS (2016) Getting Familiar with HTML and CSS Review: Getting Familiar with HTML and CSS

how to end a html

how do you close a html

<html> </html>

1 Answer

Heidi Fryzell
seal-mask
MOD
.a{fill-rule:evenodd;}techdegree seal-36
Heidi Fryzell
Front End Web Development Treehouse Moderator 25,178 Points

Hi Mohamed,

I am not 100% sure what you are asking, but I looked at the quiz you were working on...

Did you meant how to close the <h1> html tag?

<h1>Welcome to my webpage</h1>

html tags end with a forward slash and then the name of the tag.

Hope this helps. Happy Coding!

Heidi