HTML Symbol Entities(HTML 符号实体)
Example(范例)
<p>I will display ©</p>
<p>I will display ©</p>
结果:
I will display ©
I will display ©
常用实体:
Result | Description | Entity Name | Entity Number |
---|---|---|---|
non-breaking space(空格) | |   | |
< | less than | < | < |
> | greater than | > | > |
& | ampersand | & | & |
" | double quotation mark | " | " |
' | single quotation mark (apostrophe) | ' | ' (IE不支持) |
¢ | cent | ¢ | ¢ |
£ | pound | £ | £ |
¥ | yen | ¥ | ¥ |
€ | euro | € | € |
© | copyright | © | © |
® | registered trademark | ® | ® |
™ | 商标 | ™ | |
× | 乘号 | × | |
÷ | 除号 | ÷ | |
§ | 小节 | § |