标签:
html中标签分为块级标签和行级标签
块级标签常用的有
<div> <p> <h1>
<hr>
<pre>
<table>
<ul>
<ol>
行级标签常用的有
<span> <strong> <i> <em>
<b>
<sub>
<sup>
<br>
一、字体设置
<font></font>
属性有size设置字体大小、color设置体颜色
二、div常用属性
padding设置内容和块之间的距离,line-height设置每行的高度,
标签:
原文地址:http://www.cnblogs.com/zhaopengcheng/p/5514660.html