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:

  1. Any number of block elements are nested (even 0 is allowed!)
  2. Any number of inline elements are nested