A、<input type=radio name=sex checked>男 B、<input type=radio name=sex enabled>男 C、<input type=checkbox name=sex checked>男 D、<input type=checkbo xname=sex enabled>男
单项选择题下列标签可以不成对出现的是()。
A、<HTML></HTML> B、<P></P> C、<TITLE></TITLE> D、<BODY></BODY>
单项选择题阅读代码回答问题,正确的是()。 #head{Position:absolute;Left:9px;Top:12px;Width:200px;Height:60px;Background-color:#FF0000;}
A.#head 类选择器 B.Position:absolute;绝对定位,页面的元素固定不变 C.Width:200px;Height:60px;表示左右和上下边距 D.Background-color:#FF0000;背景图片
单项选择题ID为left的DIV标签,用CSS设置DIV的左边为红色实线,下面设置正确的是()。
A、style=”border-top:#ff00001solid;” B、style=”border-left:1px,#ff0000,solid;” C、style=”border-left:1px#ff0000solid;” D、style=”border-right:1,#ff0000,dashed;”
单项选择题在HTML中,下面代码的作用是()。李白诗词
A.在poem.htm页面创建锚记点“李白” B.跳转到poem.htm的锚记点“李白”处 C.跳转到poem.htm的锚记点“李白诗词”处 D.在poem.htm页面创建锚记点“李白诗词”
单项选择题对于标签,如果希望实现密码框效果,*值是()。
A.hidden B.text C.password D.submit