A.font:bold 12px 宋體,指定了字體為加粗的12px大小的宋體樣式 B.font-type屬性用于指定字體的類型,如宋體、黑體等 C.font-size屬性用于指定字體的大小 D.font-weight屬性可指定字體的粗細(xì)
A.font-family屬性用來設(shè)置字體風(fēng)格 B.font-style屬性用來設(shè)置字體類型 C.font-weight屬性用來設(shè)置字體粗細(xì) D.size屬性用來設(shè)置字體大小
A.#container{width:880px; padding:0px auto;} B.#container{width:880px;padding:auto 0px;} C.#container{width:880px;margin:auto 0px;} D.#container{width:880px;margin:0px auto;}