HTML Entities
Some characters are reserved in HTML. these characters cannot used in html if you want to use these symbol you have to use special Entity name or entity Number. as show in below table. If you use the less than (<) or greater than (>) signs in your text, the browser might mix them with tags. Character entities are used to display reserved characters in HTML.
Some Useful HTML Character EntitiesResult | Description | Entity Name | Entity Number | |
---|---|---|---|---|
non-breaking space | |   | ||
< | less than | < | < | |
> | greater than | > | > | |
& | ampersand | & | & | |
" | double quotation mark | " | " | |
' | single quotation mark (apostrophe) | ' | ' | |
¢ | cent | ¢ | ¢ | |
£ | pound | £ | £ | |
¥ | yen | ¥ | ¥ | |
€ | euro | € | € | |
© | copyright | © | © | |
® | registered trademark | ® | ® |
Add less than symbol in html web page Add less than symbol in html web page using css Add less than symbol in html web page javascript Add less than symbol in html web page example less than symbol html code html entities list html less-than or equal html greater than symbol
0 Comments