A.name.style.font-size=’20px’; B.name.style.fontsize=’20px’; C.name.style.size=’20px’; D.name.style.fontSize=’20px’;
A.display屬性用于設(shè)置頁(yè)面元素的顯示方式B.使用display屬性設(shè)置行內(nèi)元素為塊狀顯示時(shí),不允許設(shè)置元素的大小C.使用display屬性設(shè)置塊狀元素為行內(nèi)顯示時(shí),可以設(shè)置元素的大小D.使用display屬性設(shè)置隱藏頁(yè)面元素,將保留元素在頁(yè)面占據(jù)的空間