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

<h1>Max</h1>

Hi Maxell, to close any tag you add the back slash ( / ) like this </h2>. Cheers

Sorry Max, should have said h1, thanks for noticing this Roxanne :)

No problem Andrew. :)

:) I'd like to do a 'thumbs up' emoji but I don't know how to :(

👍 here you go

👍 oh yeah, ctrl c followed by ctrl v, what a dumbo I am

thanks guys