HTML5学习(5)实体字符

HTML   Entity

实体字符通常用于在页面中显示一些特殊符号。

书写方式:

1. &单词;

2. &#数字;

常用实体字符:

<  &lt;  litter than

>  &gt;  greater than

空格  &nbsp;  non-breaking space

版权© &copy;

&    &amp;

实体符号大全:https://dev.w3.org/html5/html-author/charref

posted @ 2019-09-17 05:53  盗哥泡茶去了  阅读(227)  评论(0编辑  收藏  举报