• 2022-06-11 问题

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

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

  • 2022-06-06 问题

    在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>

    在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>

  • 2022-05-31 问题

    下面选项中,( )是正确的使用HTML元素的id属性,将p段落的内容定义为红色显示。;这是一个段落; A: P {color:red} B: C: firstp {color:red} D: .firstp {color:red} E: P.firstp {color:red}

    下面选项中,( )是正确的使用HTML元素的id属性,将p段落的内容定义为红色显示。;这是一个段落; A: P {color:red} B: C: firstp {color:red} D: .firstp {color:red} E: P.firstp {color:red}

  • 2022-05-26 问题

    下面代码使用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>

    下面代码使用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>

  • 2022-06-11 问题

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

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

  • 2022-05-26 问题

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

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

  • 2022-05-26 问题

    在下面代码使用HTML元素的ID属性,将样式应用于网页上的某个段落:&lt;P id=”firstp”&gt;这是一个段落&lt;/P&gt;下面选项中,( )正确将段落文字设置为红色。 A: <Style Type=”text/css”> P {color:red} </Style> B: <Style Type=”text/css”> C: firstp {color:red} </Style> D: <Style Type=”text/css”> .firstp {color:red} </Style> E: <Style Type=”text/css”> P.firstp {color:red} </Style>

    在下面代码使用HTML元素的ID属性,将样式应用于网页上的某个段落:&lt;P id=”firstp”&gt;这是一个段落&lt;/P&gt;下面选项中,( )正确将段落文字设置为红色。 A: <Style Type=”text/css”> P {color:red} </Style> B: <Style Type=”text/css”> C: firstp {color:red} </Style> D: <Style Type=”text/css”> .firstp {color:red} </Style> E: <Style Type=”text/css”> P.firstp {color:red} </Style>

  • 2022-05-31 问题

    下面代码使用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}

    下面代码使用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}

  • 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}

    在下面代码使用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}

  • 2022-05-26 问题

    {下面代码使用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;}

    {下面代码使用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;}

  • 1 2