HTML Entities
Sometimes you may need to use a special symbol on web-page. It may be, for example, copyright symbol ©, you also may need to show HTML-tags. But symbol © is absent on keyboard and if you write HTML tag in page text, browser will shows result of use this tag, but not tag itself.
If you want to use such symbols, you must use HTML entities. Using these entities you can display any symbol from any alphabet.
All of HTML entities begins from symbol & and ends with a semicolon(;).
| List of most popular html entities | ||
| | space | |
| < | < | less than |
| > | > | greater than |
| & | & | ampersand |
| " | " | quotation mark |
| ' | ' | apostrophe |
| ¢ | ¢ | cent |
| £ | £ | pound |
| ¥ | ¥ | yen |
| € | € | euro |
| § | § | section |
| © | © | copyright |
| ® | ® | registered trademark |
| × | × | multiplication |
| ÷ | ÷ | division |
| ™ | ™ | trade mark |
Examples
It's good site:)
It's good site:)This simple example shows how you can use apostrophe in your texts.
© Copyright "Darren's Script Archive™"
© Copyright "Darren's Script Archive™"
This example shows how you can use sequences of HTML entities in your texts.
HTML menu.