• 2022-06-08
    在下面代码使用HTML元素的ID属性,将样式应用于网页上的某个段落:[br][/br]这是一个段落[br][/br]下面选项中,( )正确将段落文字设置为红色。[br][/br](1.0)
    A: p {color:red}
    B:
    C: firstp {color:red}
    D: .firstp {color:red}
    E: P.firstp {color:red}
  • B

    举一反三

    内容

    • 0

      下面代码使用HTML元素的id属性,将样式应用于网页上的某个段落:<p id="firstp">这是第一个段落</p> 以下关于样式规则定义正确的是(  )。 A: <style type="text/css">   p{color:red}</style> B: <style type="text/css">    #firstp {color:red}</style> C: <style type="text/css">   .firstp {color:red}</style> D: <style type="text/css">    p.firstp {color:red}</style>

    • 1

      在HTML中,使用HTML元素的class属性,将样式应用于网页上某个段落的代码如下所示:<Pclass=“firstp”>这是一个段落</P>下面选项中,()正确定义了上面代码引用的样式规则。 A: <style type="text/css">P{color:red}</style>  B: <style type="text/css">#firstp {color:red} </style>  C: <style type="text/css"> .firstp{color:red} </style>  D: <style type="text/css"> E: firstp{color:red}</style>

    • 2

      下面代码使用HTML元素的id属性,将样式应用于网页上的某个段落:这是第一个段落以下关于样式规则定义正确的是( )。 A: &amp;nbsp;&amp;nbsp;&amp;nbsp; p{color:red} B: &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; # firstp {color:red} C: .firstp {color:red} D: &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; p.firstp {color:red}

    • 3

      {下面代码使用HTML元素的ID属性,将样式应用于网页上的某个段落:&lt;P id="firstp"&gt;这是第一个段落&lt;/P&gt;下面选项中,()正确定义了上面代码引用的样式规则。} A: {&lt;style type="text/css"&gt;p {color:red}&lt;/style&gt;} B: {&lt;style type="text/css"&gt; C: firstp {color:red}&lt;/style&gt;} D: {&lt;style type="text/css"&gt;.firstp {color:red}&lt;/style&gt;} E: {&lt;style type="text/css"&gt;p.firstp {color:red}&lt;/style&gt;}

    • 4

      下面代码使用HTML元素的id属性,将样式应用于网页上的某个段落:&#91;p id="firstp"&#93;这是第一个段落 以下关于样式规则定义正确的是( )。‍ 未知类型:{'options': ['&#91;style type="text/css"&#93; p{color:red}&#91;/&#93;', '&#91;style type="text/css"&#93;', 'firstp {color:red}</style>', '&#91;style type="text/css"&#93; .firstp {color:red}&#91;/&#93;', '&#91;style type="text/css"&#93; p.firstp {color:red}&#91;/&#93;'], 'type': 102}