A.<a href=”#”onmouseover=”this.style.font-size=30px”注冊</a>
B.<a href=”#”onmouseout=”this.style.fontsize=30px”注冊</a>
C.<a href=”#”onmouseover=”this.style.fontsize=30px”注冊</a>
D.<a href=”#”onmouseout=”this.style.font-size=30px”注冊</a>
您可能感興趣的試卷
你可能感興趣的試題
如果在HTML頁面中包含如下圖片標(biāo)簽,則在下劃線處添加()代碼能夠?qū)崿F(xiàn)隱藏該圖片的功能。
< img id=”pic” src=”Sunset.jpg” width=”400” height=”300” _____ >
A. style=”display:visible”;
B. style=”display:disvisible”;
C. style=”display:block”;
D. style=”display:none”;
如果在HTML頁面中包含如下圖片標(biāo)簽,則選項中的()語句能夠?qū)崿F(xiàn)隱藏該圖片的功能。
< img id=”pic” src=”Sunset.jpg” width=”400” height=”300”>
A.document.getElementById(“pic”).style.display=”visible”;
B.document.getElementById(“pic”).style.display=”disvisible”;
C.document.getElementById(“pic”).style.display=”block”;
D.document.getElementById(“pic”).style.display=”none”;
A.submit();
B.myform.submit()
C.document.myform.submit()
D.window.myform.submit();
分析下面的Javascript代碼段,輸出結(jié)果是()
var mystring=”I am a student”;
var a=mystring.substring(9,13);
document.write(a);
A.stud
B.tuden
C.uden
D.udent
A.<input name=”mybutton” type=”button” onBlur=”compute()”value=”計算”>
B.<input name=”mybutton” type=”button” onFocus=”compute()”value=”計算”>
C.<input name=”mybutton” type=”button” onClick=”function compute()”value=”計算”>
D.<input name=”mybutton” type=”button” onClick=”compute()”value=”計算”>
最新試題
用于判斷元素是可編輯狀態(tài)的是()
iframe有開始和結(jié)束標(biāo)簽。
span元素不會換行。
設(shè)置有序列表開始序號的屬性是()
用于設(shè)置隱藏網(wǎng)頁元素的代碼有()
()用于表示一個進(jìn)度條,常用于下載速度
H5中標(biāo)簽區(qū)分大小寫。
下列代碼中用于實現(xiàn)對用戶輸入文本內(nèi)容執(zhí)行輸入檢查的是()
用于定義網(wǎng)頁標(biāo)題的元素標(biāo)簽是()
可以設(shè)置文本方向的有()