标题标签:h1~h6
粗体标签:<b>、<strong>
斜体标签:<em>、<i>
<h1>标题</h1>
<h2>标题</h2>
<h3>标题</h3>
<h4>标题</h4>
<h5>标题</h5>
<h6>标题</h6>
<b>壮了</b>
<strong>我也壮了</strong>
<em>斜了</em>
<i>我也斜了</i>
显示效果:
字体标签:<font>
下划线标记:<u>
中划线标记:<s>
上标:<sup> 下标:<sub>
<font face="宋体" color="red" size="6">字体</font>
<u>我带下划线</u>
<s>我带中划线</s>
10<sup>2</sup>
10<sub>2</sub>
显示效果:
:空格 (non-breaking spacing,不断打空格)
<:小于号(less than)
>:大于号(greater than)
©:版权?
&:符号&
":双引号
':单引号
™:商标?
显示效果:
原文:https://www.cnblogs.com/byho/p/11607873.html