A.margin-left是設(shè)置對(duì)象的左填充 B.border-width是設(shè)置邊框的寬度 C.padding-left是設(shè)置內(nèi)容與右邊框之間的距離 D.以上說法都不對(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>
A.font-size用于設(shè)置文本的字體大小 B.font-family用與設(shè)置文本的字體類型 C.color用與設(shè)置文本的顏色 D.text-align用與設(shè)置文本的字體形狀