超链接样式和水平线样式
Published by admin on 11月 6, 2011超链接:
a:link{ color :#00688B;text-decoration:none;font-size: small}//未
a:hover{ color :#000000;text-decoration:underline}
a:active{ color :Gray ;text-decoration:underline}
a:visited{ color :#00688B;text-decoration:none;font-size: small }//过
水平线:
<hr size=”1″ style=”border-style: dotted dotted none; border-bottom: medium none;”>
1、普通分隔线:<hr>
——————————————————————————–
2、分隔线宽度属性:<hr width=50%> 或者 <hr width=250> (宽度为实际点数或百分比)
——————————————————————————–
3、分隔线位置属性:<hr align=right width=50%> (位置分为 Left、Center、Right 三种)
