HTML5学习(5)实体字符

mac2022-06-30  83

HTML   Entity

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

书写方式:

1. &单词;

2. &#数字;

常用实体字符:

<  <  litter than

>  >  greater than

空格     non-breaking space

版权© ©

&    &

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

转载于:https://www.cnblogs.com/1016391912pm/p/11531299.html

最新回复(0)