HTML CSS examples for HTML:Document
There are some characters that have special meaning in HTML document.
To use these characters in content without wanting them to be interpreted as HTML, use HTML entities.
An entity is a code the browser substitutes for the special character.
Entity | Entity Name | Entity Number |
---|---|---|
< | < | < |
> | > | > |
& | & |  |
€ | € | € |
£ | £ | £ |
§ | § | § |
© | © | © |
® | ® | ® |
™ | ™ | ™ |