| Category | Name | Description | Example |
|---|---|---|---|
| <h[1-6]> | Heading, H1 is the the largest headline and H6 is the smallest | <h1>This is heading</h1> | |
| <div> | generic container (block) | ||
| <span> | Inline section | ||
| <p> | Paragraph: most text on a basic web page will appear in paragraphs | ||
| <br /> | Line break | ||
| <hr /> | Horizontal rule |