• 2022-06-11
    设置水平线居中,宽度为50%,颜色是红色的网页编码是( )。
    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>;
  • B

    内容

    • 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: &lt;hr size="5px" align="center"&gt; B: &lt;hr size:5px align:center&gt; C: &lt;hr size="5px", align="center"&gt; D: &lt;hr size:"5px" align:"center"&gt;