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 Build a Simple Website Website Basics Introduction to the Project

Is there a good site to see all the "kinds" of tags that there are out there?

I'm looking for a kind of list so that I'll know which ones to use and what they all do - can I find this in one place?

5 Answers

James Barnett
James Barnett
39,199 Points

The best reference I know of is HTML Dog's HTML Tag reference

Callum King
Callum King
6,470 Points

Here is a PDF copy of list of basic HTML tags.

Jacques Vincilione
Jacques Vincilione
17,292 Points

As Prathom Stapronpiny said, you can find all the tags on w3schools.com, however, they are not the best place to learn. If you just want a list of tags with a description, HTML 4 tags are here: http://www.w3.org/TR/html4/index/elements.html, and HTML5 tags are here: http://dev.w3.org/html5/markup/elements.html.

Good Luck!

Mark Tripney
Mark Tripney
7,839 Points

'Dash (Docs & Snippets' is an outstanding app which I use every day - it's around £12 on the Mac App Store (not sure of it's on other platforms), but it's updated regularly and contains guides to all HTML tags, as well as CSS, JS, Ruby, PHP... you name it, it's there.