避免CSS初学者常犯的那些错误

日期:2013-2-3  来源:GBin1.com

避免CSS初学者常犯的那些错误

1.不要忘记引号!

font family: "Times New Roman", "Times Roman", Roman, serif;

2.正确的注视样式表。 

/* This is a CSS Comment */

3.不要忘记了标点符号

.class {
margin: 0;
padding: 0 3px 0 3px;
font-family: "Times New Roman", "Times Roman", Roman, serif;
color: #000;
}

4.尽可能使用简称

.....

via gbtags

来源:避免CSS初学者常犯的那些错误

欢迎访问GBin1.com
原文地址:https://www.cnblogs.com/gbin1/p/css.html