• 2022-05-31 问题

    创建一个样式表,可以设置当前页面中ID为compact元素的内容的字体为斜体。下列能实现该功能的代码是()。 A: <STYLETYPE=“text/css”>compact{font-style:italic;}</STYLE> B: <STYLETYPE=“text/css”>@compact{font-style:italic;}</STYLE> C: <STYLETYPE=“text/css”>.compact{text-style:italic;}</STYLE> D: <STYLETYPE=“text/css”>#compact{font-style:italic;}</STYLE>

    创建一个样式表,可以设置当前页面中ID为compact元素的内容的字体为斜体。下列能实现该功能的代码是()。 A: <STYLETYPE=“text/css”>compact{font-style:italic;}</STYLE> B: <STYLETYPE=“text/css”>@compact{font-style:italic;}</STYLE> C: <STYLETYPE=“text/css”>.compact{text-style:italic;}</STYLE> D: <STYLETYPE=“text/css”>#compact{font-style:italic;}</STYLE>

  • 2022-05-28 问题

    在html文件中应用abc.css文件中的样式的方法有() A: <;link href="abc.css" type="text/css" rel="stylesheet">; B: <;style type="text/css">;@import url(abc.css);<;/style>; C: <;style type="text/css">;@import (abc.css);<;/style>; D: <;style type="text/css">;import url (abc.css);<;/style>;

    在html文件中应用abc.css文件中的样式的方法有() A: <;link href="abc.css" type="text/css" rel="stylesheet">; B: <;style type="text/css">;@import url(abc.css);<;/style>; C: <;style type="text/css">;@import (abc.css);<;/style>; D: <;style type="text/css">;import url (abc.css);<;/style>;

  • 2021-04-14 问题

    What’s the writing style of this text?

    What’s the writing style of this text?

  • 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-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-30 问题

    为了给页面所有〈h1〉标题创建样式规则,指定将所有的〈h1〉标题显示为蓝色,字体显示为Arial。下列操作正确的是(___)。 A: 〈style type="text/css"〉 h1{color: "blue"} h1{font-family: "arial"} 〈/style〉 B: 〈style type="text/css"〉 h1{color: "blue"; fontface: "arial"} 〈/style〉 C: 〈style type="text/css"〉 h1{color: "blue"; font-family: "arial"} 〈/style〉 D: 〈style type="text/css"〉 h1{color: "blue";} h1{fontface: "arial"} 〈/style〉

    为了给页面所有〈h1〉标题创建样式规则,指定将所有的〈h1〉标题显示为蓝色,字体显示为Arial。下列操作正确的是(___)。 A: 〈style type="text/css"〉 h1{color: "blue"} h1{font-family: "arial"} 〈/style〉 B: 〈style type="text/css"〉 h1{color: "blue"; fontface: "arial"} 〈/style〉 C: 〈style type="text/css"〉 h1{color: "blue"; font-family: "arial"} 〈/style〉 D: 〈style type="text/css"〉 h1{color: "blue";} h1{fontface: "arial"} 〈/style〉

  • 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-28 问题

    下面哪个属于标签选择器( ) A: &lt;style type=”text/css”&gt; pa{bgcolor:red}&lt;/style&gt; B: &lt;style type=”text/css”&gt; .mv{bgcolor:green}&lt;/style&gt; C: &lt;style type=”text/css”&gt; D: first{bgcolor:blue}&lt;/style&gt; E: &lt;style type=”text/css”&gt; div{bgcolor:red}&lt;/style&gt;

    下面哪个属于标签选择器( ) A: &lt;style type=”text/css”&gt; pa{bgcolor:red}&lt;/style&gt; B: &lt;style type=”text/css”&gt; .mv{bgcolor:green}&lt;/style&gt; C: &lt;style type=”text/css”&gt; D: first{bgcolor:blue}&lt;/style&gt; E: &lt;style type=”text/css”&gt; div{bgcolor:red}&lt;/style&gt;

  • 2022-06-16 问题

    Expository text doesn’t differ greatly from narrative text in tone, style, structure, and features.

    Expository text doesn’t differ greatly from narrative text in tone, style, structure, and features.

  • 1 2 3 4 5 6 7 8 9 10