A. aa.style.marginBottom
B. aa.style.marginTop
C. aa.style.marginLeft
D. aa.style.marginRight
您可能感興趣的試卷
你可能感興趣的試題
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>的邊框?yàn)?像素
B. 設(shè)置<p>的底邊框?yàn)?像素
C. 設(shè)置id為P的標(biāo)簽的邊框?yàn)?像素
D. 設(shè)置id為P的標(biāo)簽的底邊框?yàn)?像素
A. P.style.fontWeight
B. P.style.margin
C. P.style.lineHeight
D. 以上都不正確
A.有語法錯誤,要去掉雙引號
B.表示100毫秒后調(diào)用一次show方法
C.100表示毫秒,在setTimtout后加一個參數(shù),100也可以表示為秒
D.setTimtout相當(dāng)于C#中的Timer
對代碼
<td onmouseenter="style.backgroundImage='url(a.jpg)'" onmouseout="style.backgroundImage='url(b.jpg)'"></td>
理解正確的是()
A.這是一段光棒效果的代碼
B.onmouseenter是表示鼠標(biāo)離開到td標(biāo)簽上時發(fā)生
C.鼠標(biāo)動到td上時td的背景圖片更換為a.jpg
最新試題
下列選項(xiàng)中,關(guān)于history對象的go()方法描述正確的有()
下列選項(xiàng)中,關(guān)于scroll系列屬性說法正確的有()
關(guān)于location的常用方法說法正確的有()
Visual Studio Code編輯器簡體中文語言擴(kuò)展是()
關(guān)于location的常用屬性說法錯誤的是()
關(guān)于代碼“var obj ={x:10,y:20}”說法錯誤的是()
以下不屬于JavaScript代碼編輯器的是()
下列Date對象方法中,用于獲取年份的方法是()
下列選項(xiàng)中,屬于清除定時器方法的有()
下列選項(xiàng)中,利用對象字面量創(chuàng)建對象的說法正確的有()