單項選擇題引用名為“xxx.js”的外部腳本的正確語法是()

A.< script src="xxx.js">
B.< script href="xxx.js">
C.< script name="xxx.js">


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題插入Javacript的正確位置是?()

A.<body> 部分 
B.<head> 部分 
C.<body> 部分和 <head> 部分均可

2.單項選擇題寫“Hello World”的正確javascript語法是()

A.document.write("Hello World")
B."Hello World"
C.response.write("Hello World")
D.("Hello World")

3.單項選擇題我們可以在下列哪個HTML元素中放置javascript代碼?()

A.<script>
B.<javascript>
C.<js>
D.<scripting>

4.單項選擇題如何產(chǎn)生帶有正方形的項目的列表?()

A.list-type: square
B.list-style-type: square
C.type: square
D.type: 2

5.單項選擇題如何改變元素的左邊距?()

A.text-indent:
B.margin-left:
C.margin:
D.indent: