1、一般标签

<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
</head>

<body>
<p>字体加粗</p>
<font color="#0066FF" face="华文新魏" size="5">字体控制</font> <!--注释--><br>
<b>字体加粗 </b> <br>
<i>倾斜</i> <br>

<u>下划线</u> <br>

<strong> 加粗</strong> <br>

<em>倾斜</em> <br>

<center>居中</center> <br><br><br>&nbsp;<br>
<br>
<br>
<h1>标题1 </h1>
<h6>标题6</h6>
<h2>标题2 </h2>

<p>段落1 </p>
<p>段落 <br>
2</p>


<font>第一种<div>层标签</div></font>
<font>第二种 <span>层标签 </span></font>

<ol type="1">有序列表
<li>序号1 </li>
<li>序号2 </li>
<li>序号3 </li>
</ol>
<ul type="1">无序列表
<li>第一</li>
<li>第二</li>
<li>第三</li>
</ul>
<a href="http://www.baidu.com">锚点连接</a>
</body>
</html>
原文地址:https://www.cnblogs.com/as1234as/p/5219204.html