HTML Entities
Entites
Few characters are reversed in HTML like < > These symbols we cannot use with our HTML text because browser could not understand properly
To Display these character we use Entity of that character
Common HTML Entities
Result | Description | Entity Name | Numerical reference |
---|---|---|---|
non-breaking space | |   | |
< | less than | < | < |
> | greater than | > | > |
& | ampersand | & | & |
" | quotation mark | " | " |
' | apostrophe | ' | ' |
¢ | cent | ¢ | ¢ |
£ | pound | £ | £ |
© | copyright | © | © |
® | registered trademark | ® | ® |
™ | trademark | ™ | ™ |