1. 背景(Backgrounds) background:color image repeat attachment position; 可以省略其中一个或多个属性值,如果省略,该属性值将用浏览器默认值,默认值为: color: transparentimage: nonerepeat: repeatattachment: scrollposition: 0% 0% 2. 字体(fonts) font:italic small-caps bold 1em/140%"Lucida Grande",sans-serif; 如果你缩写字体定义,至少要定义font-size和font-family两个值。