A: <;br align="center" width="50%" color="red"/>;
B: <;hr align="center" width="50%" color="red"/>;
C: <;hr align="center" width="50%" color="red">;<;/hr>;
D: <;br align="center" width="50%" color="red">;<;/br>;
举一反三
- hr align="left" size="5" color="red" width="400">中,这个水平线是红色的。
- 以下哪些是<;hr/>;标记的属性? A: align B: size C: color D: width
- 在XHTML中,在网页中插入一条直线,要求宽度占整个页面宽度的50%,颜色红色,高度是5像素的代码正确的是()。 A: hr style=color:Red;width:50%;height:5px B: C: D:
- 以下样式中使用id选择器的是? A: p.center {text-align:center;} B: [title]{text-align:center;color:red;} C: D: para1{text-align:center;color:red;} E: .cc{text-align:center;color:red;}
- 关于下列代码说法正确的是( )<hr color="red" size="5" width="50%"> A: size是水平线hr的长度 B: size是水平线hr的高度 C: widh是水平线hr的高度 D: 设置水平线hr的高度应该使用height属性
内容
- 0
149.【单选题】关于下列代码片段的说法中,()是正确的。【选择一项】…<hr size="5" color="red" width="50%" A: size是指水平线的长度 B: size是指水平线的宽度 C: width是指水平线的宽度 D: width是指水平线的高度
- 1
设置标题、段落、水平线在水平方向右对齐的属性是() A: align="left" B: align="center" C: align="right" D: size="red"
- 2
以下哪个标签语言符合HTML的语法规范?( ) A: <;img src=pic1.jpg width=150 height=200/>; B: <;p>;<;div>;文字加粗的段落<;/p>;<;/div>; C: <;p align=center>; D: <;hr width="400" color=" E: 000000" />;
- 3
下面哪个是引用类样式( )[br][/br]{ A: B: p1 {font-size: 12px;color:red;}<br> C: div1 {width: 500px; height : 200px; boder:1px;}<br>p id="p1”><br>}<br>{ D: E: p1 {font-size: 12px;color :red;}<br>div1 {width: 500px ; height :200px ; boder: 1px;}<br>}<br>{ F: G: p1 {font-size : 12px ;color :red;}<br> H: div1 {width: 500px;height : 200px; boder: 1px;}<br>}<br>{ I: p1 {font-size: 12px;color :red;}<br>. div1 {width: 500px ;height :200px ; boder:1px;}<br>}
- 4
下面针对标记属性声明正确的是( ) A: <hr size="5px" align="center"> B: <hr size:5px align:center> C: <hr size="5px", align="center"> D: <hr size:"5px" align:"center">