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 trialMohamed Yassin
299 Pointshow to end a html
how do you close a html
1 Answer
Heidi Fryzell
Front End Web Development Treehouse Moderator 25,178 PointsHi 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
Dejuan Castro
3,347 PointsDejuan Castro
3,347 Points<html> </html>