HTML Entities
some characters are mix with HTML tags or not in your keyboard.
that characters are reserved as HTML Entities.
Like "<" or ">" signs in your text, the browser might mix them with tags.
HTML Entities start with "&" + entities_name + ";".
" " is one of common HTML Entities.this use for Non-breaking Space.
some characters are mix with HTML tags or not in your keyboard.
that characters are reserved as HTML Entities.
Like "<" or ">" signs in your text, the browser might mix them with tags.
HTML Entities start with "&" + entities_name + ";".
" " is one of common HTML Entities.this use for Non-breaking Space.
Useful HTML Character Entities
| Name | Number | View in Browser | Description |
|---|---|---|---|
| & nbsp; | & #160; | non-breaking space | |
| < | < | < | less than |
| > | > | > | greater than |
| & | & | & | ampersand |
| " | " | " | double quotation mark |
| ' | ' | ' | single quotation mark (apostrophe) |
| ¢ | ¢ | ¢ | cent |
| £ | £ | £ | pound |
| ¥ | ¥ | ¥ | yen |
| € | € | € | euro |
| © | © | © | copyright |
| ® | ® | ® | registered trademark |
Comments
Post a Comment