
完整CSS選擇器參考手冊
Select and style all elements with class="intro":
.intro
{
background-color:yellow;
}
The .class選擇器是指定類的所有元素的樣式。
所有主流浏覽器都支援.class選擇器
Style all <p> elements with class="hometown":
p.hometown

完整CSS選擇器參考手冊
Select and style all elements with class="intro":
.intro
{
background-color:yellow;
}
The .class選擇器是指定類的所有元素的樣式。
所有主流浏覽器都支援.class選擇器
Style all <p> elements with class="hometown":
p.hometown