A.<style>
B.<script>
C.<css>
您可能感興趣的試卷
你可能感興趣的試題
A.文檔的末尾
B.<head> 部分
C.文檔的頂部
D.<body> 部分
A.<style src="mystyle.css">
B.<link rel="stylesheet" type="text/css" href="mystyle.css">
C.<stylesheet>mystyle.css</stylesheet>
A.<body background="background.gif">
B.<background img="background.gif">
C.<img src="background.gif" background>
A.<img href="image.gif>
B.<image src="image.gif">
C.<img src="image.gif">
D.<img>image.gif</img>
A.<textarea>
B.<input type="textarea">
C.<input type="textbox">
D.<textarea></textarea>
最新試題
H5中屬性值可以不用括號(hào)括起來。
用于設(shè)置隱藏網(wǎng)頁(yè)元素的代碼有()
定義表格結(jié)構(gòu)的元素標(biāo)簽有()
設(shè)置有序列表開始序號(hào)的屬性是()
span元素不會(huì)換行。
H5中布爾型的屬性可以省略屬性值。
()用于播放視頻
iframe有開始和結(jié)束標(biāo)簽。
只能用JavaScript修改的屬性,用于查看頁(yè)面元素變成可編輯狀態(tài)的屬性是()
下列代碼的含義是()< table border=1 contenteditable=”true”>