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"/>女
您可能感興趣的試卷
你可能感興趣的試題
A.密碼< input name="password"/>
B.密碼< input type="password"/>
C.密碼< input title="password"/>
D.密碼< input value="password"/>
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">
A.<b></b>、<strong></strong>都是加粗標簽
B.<i></i>為斜體標簽
C.<u></u>為下劃線標簽,<del></del>為中劃線或刪除線標簽
D.以上都對
A.自動換行
B.自帶行高
C.自帶加粗效果
D.可以設置高與寬
以下關于table標簽說法正確的是()。
①table標簽為單標簽
②table標簽是表格標簽
③table標簽中tr表示行
④table標簽中td表示單元格
⑤table標簽中th用于表示表頭
A.①②③④
B.①②③
C.②③④⑤
D.②③④