W3C的一些CSS常用属性

网页中有一些属性基本上每个网站都一样的,所以我就习惯直接复制使用。分享出来与大家共研究。

新手学习,高手如发现有何不妥之处还望评论提出。感激不尽。

body {text-decoration:none; margin:0px; background-image:url(../images/bg.gif);

background-repeat:repeat-x; line-height:200px;

 

font-size:12px;font-family:”微软雅黑”, “Verdana”; color: #333;}
ul,h2,h3,h4,h5,h6{margin: 0px; padding: 0px;}
.div10 {width:auto; height:10px; overflow:hidden;}
li {list-style-type: none;}
img {border:none}
a:hover {color:#606;text-decoration: underline;}