單項選擇題寫“Hello World”的正確javascript語法是()
A.document.write("Hello World")
B."Hello World"
C.response.write("Hello World")
D.("Hello World")
您可能感興趣的試卷
你可能感興趣的試題
1.單項選擇題我們可以在下列哪個HTML元素中放置javascript代碼?()
A.<script>
B.<javascript>
C.<js>
D.<scripting>
2.單項選擇題如何產(chǎn)生帶有正方形的項目的列表?()
A.list-type: square
B.list-style-type: square
C.type: square
D.type: 2
3.單項選擇題如何改變元素的左邊距?()
A.text-indent:
B.margin-left:
C.margin:
D.indent:
4.單項選擇題css如何改變元素的字體?()
A.font=
B.f:
C.font-family:
5.單項選擇題如何使文本以大寫字母開頭?()
A.text-transform:capitalize
B.無法通過CSS來完成
C.text-transform:uppercase