In HTML, the label is in the form of <...>, if we want to use less than (<) greater than (>) is not possible, it will be mistaken for the label. Like <, >, & and other symbols are reserved characters, is not displayed correctly, if you want to display the reserved characters correctly, we must use the character entities in the HTML source code, such as less than the number written < , greater than sign written > , see the following table for more information:
Show results |
Describe |
Entity Name |
Entity number |
|
Space |
|
& #160; |
< |
Less than sign |
< |
& #60; |
> |
Greater than sign |
> |
& #62; |
& |
and number |
& |
& #38; |
" |
Quotes |
" |
& #34; |
‘ |
Apostrophe |
' (ie not supported) |
& #39; |
¢ |
Points (cent) |
¢ |
& #162; |
£ |
Pound (pound) |
£ |
& #163; |
¥ |
Yuan (yen) |
¥ |
& #165; |
€ |
Euros (euro) |
€ |
& #8364; |
§ |
Section |
§ |
& #167; |
© |
Copyrights (copyright) |
© |
& #169; |
® |
Registered trademarks |
® |
& #174; |
™ |
Trademark |
™ |
& #8482; |
X |
Multiplication sign |
× |
& #215; |
÷ |
Division Sign |
÷ |
& #247; |
HTML character entity