标签:style color strong width re c html htm
HTML超文本标记语言
h标签(标题),HTML定义了<h1></h1>到<h6></h6>六个h标签,分别表示不同大小的字体。h1最大,h6最小。
<br/>只是回车,<p>是分段。<p>前后会有比较大的空白,而<br/>则没有。
<center>传智播客</center>居中显示. <b>a</b>粗体,推荐<strong>。
<i>b</i>斜体。<u>c</u>带下划线。<em>强调,斜体</em> <sub>2</sub>下标,如:H<sub>2</sub>O <sup>2</sup>上标,如:10<sup>2</sup>
<font></font>字体标签,<font color=“red“ size=“7” face=“隶书”>红色</font>。
color(设置颜色) size(1-7) face(设置字体,设置字体是注意用户计算机中必须有该字体才能正常显示)
<hr> color size(厚度) width(长度) align=left/center/right (默认为剧中显示)
<pre> 预格式化 保持本色
标签:style color strong width re c html htm
原文地址:http://www.cnblogs.com/yechangzhong-826217795/p/3865919.html