← Back to HTML Basics

02. HTML Tags

Common HTML Tags

#1Popular HTML Tags

HTML uses tags to structure content:

- `<h1> to <h6>` - Headings (h1 is largest) - `<p>` - Paragraphs - `<a>` - Links - `<img>` - Images - `<button>` - Buttons - `<div>` - Generic container - `<ul>, <ol>, <li>` - Lists