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>
A.font-size用于設置文本的字體大小 B.font-family用與設置文本的字體類型 C.color用與設置文本的顏色 D.text-align用與設置文本的字體形狀