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