CSS样式也可寸在单独文件中
<link rel = "stylesheet" href="commons.css"/>
注释:
/* ???*/
边框:
???宽度,高度,颜色(border:4PX ?dotted red;)
???border-left
常用的编辑:
???height ????高度 ?可以用百分比
???width ?????宽度 ??像素,百分比
???text-align:ceter ?水平方向居中
???line=height , ?垂直方向根据标签高度
???color, ?????字体颜色
???font-size , ?字体大小
???font-weight, ?字体加粗
HTML,css
原文地址:http://www.cnblogs.com/zj0724/p/7532422.html