A. var color = aa.style.color B. aa.style.color = ‘blue’ C. var width = aa.borderWidth D. var style = aa.style.borderBottomStyle
A. 設(shè)置<p>的邊框為2像素 B. 設(shè)置<p>的底邊框為2像素 C. 設(shè)置id為P的標(biāo)簽的邊框為2像素 D. 設(shè)置id為P的標(biāo)簽的底邊框為2像素
A. P.style.fontWeight B. P.style.margin C. P.style.lineHeight D. 以上都不正確