Skip to content
lnf0701 edited this page Jul 10, 2015 · 3 revisions

1,selector { 属性:值; } 2, 3,选择器分组:h1,h2,p,a {color:red;font-size:14px;} 4,body { color:pink; } ------------------->没定义样式的默认样式。 5,派生选择器,li strong{color:red;} 6, id选择器采用#表示。 7,

Clone this wiki locally