A.#(井號(hào)) B..(點(diǎn)號(hào)) C.!(嘆號(hào)) D.%(百分號(hào))
A.margin-left是設(shè)置對(duì)象的左填充 B.border-width是設(shè)置邊框的寬度 C.padding-left是設(shè)置內(nèi)容與右邊框之間的距離 D.以上說(shuō)法都不對(duì)
A、<style type="text/css">P{color:red}</style> B、<style type="text/css">#firstp {color:red} </style> C、<style type="text/css"> .firstp{color:red} </style> D、<style type="text/css">P.firstp{color:red}</style>