A.#(井號) B..(點號) C.!(嘆號) D.%(百分號)
A.margin-left是設置對象的左填充 B.border-width是設置邊框的寬度 C.padding-left是設置內(nèi)容與右邊框之間的距離 D.以上說法都不對
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>