代码P.style.borderBottomWidth=2表示()
A、设置<p>的边框为2像素
B、设置<p>的底边框为2像素
C、设置id为P的标签的边框为2像素
D、设置id为P的标签的底边框为2像素
A、设置<p>的边框为2像素
B、设置<p>的底边框为2像素
C、设置id为P的标签的边框为2像素
D、设置id为P的标签的底边框为2像素
A、A. P.style.fontWeight B、B. P.style.margin C、C. P.style.lineHeight D、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、aa.style.marginBottom B、aa.style.marginTop C、aa.style.marginLeft D、aa.style.marginRight
A、<p style="text-size:bold"> B、<p style="font-size:bold"> C、p {text-size:bold} D、p {font-weight:bold;}
A、var color = aa.style.color B、aa.style.color = ‘blue’ C、var width = aa.borderWidth D、var style = aa.style.borderBottomStyle
A、A.<p style="text-size:bold"> B、B.<p style="font-size:bold"> C、C.p {text-size:bold} D、D.p {font-weight:bold}
A、name.style.font-size=’20px’; B、name.style.fontsize=’20px’; C、name.style.size=’20px’; D、name.style.fontSize=’20px’;
A、obj.style.display;’block’; B、obj.style.display=’block’; C、obj.display=’block’; D、obj.style.display;’none’;
A、obj.style.z-index=100; B、obj.style.zIndex=100; C、obj.zIndex=100; D、obj.z-index=100;