美文网首页
【html学习笔记29】-符号

【html学习笔记29】-符号

作者: 兔小小 | 来源:发表于2023-09-14 22:59 被阅读0次

HTML 实体在上一章中进行了描述。

许多数学、技术和货币符号在普通键盘上不存在。若要将此类符号添加到 HTML 页面,可以使用实体名称或实体编号 (十进制或十六进制引用)作为符号。

<p>I will display &euro;</p>
<p>I will display &#8364;</p>
<p>I will display &#x20AC;</p>

显示为

Full Math Reference

Full Greek Reference

Full Currency Reference

Full Arrows Reference

Full Symbols Reference

相关文章

网友评论

      本文标题:【html学习笔记29】-符号

      本文链接:https://www.haomeiwen.com/subject/vglvvdtx.html