There was an error while loading. Please reload this page.
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,
html页面:
</style>