單項選擇題表單中,如何設置單選框的單選功能?()

A.性別:< input type="radio"/>男< input type="radio"/>女
B.性別:< input type="radio"name="man"/>男< input type="radio"name="woman"/>女
C.性別:< input type="checkbox"name="sex"/>男< input type="checbox"name="sex"/>女
D.性別:< input type="radio"name="sex"/>男< input type="radio"name="sex"/>女


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題在表單中如何設置密碼不可見?()

A.密碼< input name="password"/>
B.密碼< input type="password"/>
C.密碼< input title="password"/>
D.密碼< input value="password"/>

2.單項選擇題網(wǎng)頁中插入一張圖片,當鼠標放在上面,顯示提示文字,如何設置?()

A.<img src="./img/jiong.jpg"title="這是囧哥"width="100px">
B.<img src="./img/jiong.jpg"alt="這是囧哥"width="100px">
C.<img src="./img/jiong.jpg"name="這是囧哥"width="100px">
D.<img src="./img/jiong.jpg"class="這是囧哥"width="100px">

3.單項選擇題在HTML中,有幾個強調(diào)標簽,其說法正確的是()。

A.<b></b>、<strong></strong>都是加粗標簽
B.<i></i>為斜體標簽
C.<u></u>為下劃線標簽,<del></del>為中劃線或刪除線標簽
D.以上都對

4.單項選擇題以下關于p標簽的說法不正確的是()。

A.自動換行
B.自帶行高
C.自帶加粗效果
D.可以設置高與寬