??? ???
??? ???? ???? ?? ??? ????? ??? ???? ??? ? ????.
?: .class{}(??? ???? ??? ??? ???? ? ?? ?? ??, ???? ??? ??? ?? ????)
??? ?? ???????:
html ??:
<div class="div"> php中文網(wǎng) </div>
css ??:
.div{color: cadetblue; }
?? ???, ??? ??? ?? ? ????:
?? ??? ?? ???? ??? ??? ???? ???? ??? ? ?? ????.
<h1 class="div">php ?? ???</h1>
?? CSS ??? ??? ?? ???????.
h1.div{color: cadetblue; }
??? ??? ??? ?? ?? ??? ???? ? .div? h1??? ?????.
???? ??? ???????.
???? ???? ?? ?? ??? ??????: .class.class{} ??? ??? ??? ???? ?????. ?? ??? ?????: html ???? ?? p ??? ???? ????. ???? ????:
<p class="p1">php中文網(wǎng)</p> <p class="p2">php中文網(wǎng)</p> <p class="p3">php中文網(wǎng)</p>
CSS ???? ??? ??? ??? ? ?? ???? ????. ? ?? ??? ???? ????? ? ?? ?? ??? 20px?? ? ?? ?? ???? ???????.
.p1{ color: cadetblue; }.p2{ font-size: 20px; }.p3{ font-style: italic; }
??? ??? ???????.
?? ?? ???? ???? ???????.
???? CSS ??? ???? ???. p3? .p1.p2? ?????. ?? html?? ??? ? ? ?? p ?? ???? ?????. css:
.p1.p2{ font-style: italic; }
html:
<p class="p1 p2">php中文網(wǎng)</p>
??? ?? ?????.
??? ? ?? ??? p1 ??, p2 ?? ??, ? ?? ???????. ?? ???? ???? ?? ???????.