HTML5 enables web developers to use special characters that can't be rendred by browsers. The table below shows a few examples.
| Symbol | Description | To avoid rendering |
|---|---|---|
| < | less than | < |
| > | greater than | > |
| & | ampersand | & |
| " | quote | " |
| ' | apostrophe | &apos |