Entity references: First use
- Parser is forced to replace the entity reference with some other data
- Allows reserved or special characters to be used in a document
- Entity references start with an & and terminate with a ;
| Character | Reference
|
| < | <
|
| > | >
|
| & | &
|
| " | "
|
| ' | '
|