船长 发表于 2009-06-04 10:22 | 分类:css
CSS语法
The CSS syntax is made up of three parts: a selector, a property and a value:
CSS的语法由三部分组成: 一个选择器,一个属性和一个值:
The selector is normally the HTML element/tag you wish to define,
the property is the attribute you wish to change, and each property can take a value.
The property and value are separated by a colon, and surrounded by curly braces:
选择器是你希望去定义的HTML元素/标签,改变属性,每个属性可以有一个值,属性和值由冒号区分开外面用大括号括起来: