Some characters are reserved in HTML. You cannot use < or > directly in your HTML text, because the browser will mix them with tags. To display reserved characters, use HTML entities.
| Display | Entity Name | Entity Number |
|---|---|---|
| & | & | & |
| < | < | < |
| > | > | > |
| © | © | © |
| ® | ® | ® |
| |   (non-breaking space) |
Edit the code below and click Run to see the result live.