Here's The Ultimate HTML Tags List + Free Checklist to help you master HTML whether you're a beginner or an experienced developer. This guide includes all essential tags organized by category and comes with a downloadable HTML tag checklist at the end.
Basic Structure Tags
These tags define the skeleton of every HTML document.
Tag | Description |
Declares the document type | |
Root of an HTML document | |
Contains meta-information | |
Sets the title of the document | |
Contains the content |
Text Formatting Tags
Used to format and style text content.
Tag | Description |
– | Headings from largest to smallest |
Paragraph | |
Line break | |
Horizontal line | |
Strong importance (bold) | |
Emphasized (italic) | |
Bold text | |
Italic text | |
Underlined text | |
Smaller text | |
Highlighted text | |
Superscript text | |
Subscript text |
Links and Media
Tags for inserting images, links, audio, and video.
Tag | Description |
Anchor (hyperlink) | |
Image | |
Embed audio | |
Embed video | |
Define media source | |
Embed another HTML page |
Lists
Useful for displaying items in ordered or unordered form.
Tag | Description |
Unordered list | |
Ordered list | |
List item | |
Description list | |
Term/name in a description list | |
Description of the term |
Tables
Structure tabular data.
Tag | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Defines a table Table row Table header cell Table data cell Table caption Group of header rows Group of body rows Group of footer rows Forms and Inputs Tags for creating interactive forms. Tag Description Defines a form Input field Label for form input Multi-line text input Clickable button Drop-down list Option in a drop-down Groups related elements Title for fieldset Semantic HTML5 Tags Improves accessibility and SEO. Tag Description Document/page header Navigation links Main content of the page Document section Independent piece of content Side content Footer for the page/document Media with caption Caption for Meta & Miscellaneous Other useful HTML tags. Tag Description Metadata (e.g. charset, viewport) Link to external resource (CSS) Internal CSS JavaScript Fallback for users without JS Drawing graphics Scalable Vector Graphics Leadership, Finance, Operations, Growth, Product, Service, Sales, Marketing |