單項(xiàng)選擇題下列哪個(gè)標(biāo)簽適合定義導(dǎo)航?()

A.nav
B.progress
C.article
D.aside


您可能感興趣的試卷

你可能感興趣的試題

1.單項(xiàng)選擇題給頁(yè)面中ID為“div1”的元素的所有后代元素添加“click”事件,以下正確的是()。

A.$("#div1").on("click")
B.$("#div1").next().on("click")
C.$("#div1").siblings().on("click")
D.$("#div1").find("*").on("click")

2.單項(xiàng)選擇題以下添加鍵盤(pán)事件代碼正確的是()。

A.$(document).bind("keyup")
B.$(document).bind("mouseup")
C.$(document).bind("click")
D.$(document).on("load")

3.單項(xiàng)選擇題定義一個(gè)jQuery插件函數(shù)正確的寫(xiě)法是()。

A.$.fn.demo=function(){}
B.$.exent("demo")
C.$.event="demo"
D.$.demo

4.單項(xiàng)選擇題

的打印結(jié)果是()。

A.pic
B.undefined
C.img
D.程序報(bào)錯(cuò)

5.單項(xiàng)選擇題想要獲取到select元素內(nèi)被選中的option元素,以下書(shū)寫(xiě)正確的是()。

A.$("select").filter("option:selected")
B.$("select").find("option:selected")
C.$("select").is("option:selected")
D.$("select").has("option:selected")