HTML Entity Encoder / Decoder
What are HTML Entities?
HTML entities are special codes used to display reserved characters in HTML. Characters like <, >, &, and " have special meanings in HTML and must be encoded to display them as text on a web page.
Common HTML Entities
| Character | Entity Name | Entity Number |
|---|---|---|
| & | & | & |
| < | < | < |
| > | > | > |
| " | " | " |
| ' | ' | ' |