单项选择题
设置边框为双实线,粗细为5像素,颜色为红色,如何设置?()
A.border:red solid 5px;
B.bord:red dotted 5px;
C.border:red double 5px;
D.bord:red double 5px;
相关考题
-
单项选择题
表单中,如何设置单选框的单选功能?()
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">
