| TAG | DESCRIPTION |
| <div> | Defines a section in a document (block-level) |
| <span> | Defines a section in a document (inline) |
TERM |
|
| Block-level | Block-level elements start on a new line and takes the full width of the webpage that is available |
| Inline | Inline element does not start on a new line and it only takes up as much width as necessary. |