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 trialMaxell Lebereki
428 PointsHow do you close an html tag?
<h1>my name is max <h1> Is this the correct way to do it, if not please correct me as brief as possible Thank you
7 Answers
Roxanne Reyes
9,006 Points<h1>Max</h1>
Andrew Cooper
968 PointsHi Maxell, to close any tag you add the back slash ( / ) like this </h2>. Cheers
Andrew Cooper
968 PointsSorry Max, should have said h1, thanks for noticing this Roxanne :)
Roxanne Reyes
9,006 PointsNo problem Andrew. :)
Andrew Cooper
968 Points:) I'd like to do a 'thumbs up' emoji but I don't know how to :(
Roxanne Reyes
9,006 Points👍 here you go
Andrew Cooper
968 Points👍 oh yeah, ctrl c followed by ctrl v, what a dumbo I am
Maxell Lebereki
428 Pointsthanks guys