Inline Elements
Gives information within content
For example, an anchor tag is usually used for hyperlinks like this one
Block elements cannot be nested within inline elements. HTML expects:
- Any number of block elements are nested (even 0 is allowed!)
- Any number of inline elements are nested