p:段落标签
样式:<style type="text/css">
p{
font-size:36px;
color:red;
text-align:center;
}
//标签样式
//类样式
.p1{
font-size:20px;
color:blue;
text-align:left;
}
14px,绿色,左对齐
</style>
双标记<p></p>
<font></font>
单标记<hr /> <br />
标题标记:
<hn align="对齐方式">标题文本</hn>
n=1-6
<h1 align="对齐方式">标题文本</h1>
<h2 align="对齐方式">标题文本</h2>
<h3 align="对齐方式">标题文本</h3>
对齐方式:left center right
段落:
<p></p>
空格: