• 2022-06-18
    在CSS样式中,text­-indent指段落的( )。
  • 首行缩进

    举一反三

    内容

    • 0

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

    • 1

      在XML文档中加入样式单处理指令,下面语法正确的是()。 A: B: type="text/css"href="stylesheetURL" C: type="text/css"href="stylesheetURL" D: type="text/css"href="stylesheetURL"/

    • 2

      在XML文档中加入样式单处理指令,下面语法正确的是()。 A: B: type="text/css"href="stylesheetURL" C: type="text/css"href="stylesheetURL" D: type="text/css"href="stylesheetURL"/

    • 3

      在XML文档中加入样式单处理指令,下面语法正确的是()。 A: B: type="text/css"href="stylesheetURL" C: type="text/css"href="stylesheetURL" D: type="text/css"href="stylesheetURL"/

    • 4

      在XML文档中加入样式单处理指令,下面语法正确的是( )。 A: <;xml-stylesheet type="text/css" href="stylesheetURL" >; B: <;?xml-stylesheet type="text/css" href="stylesheetURL" ?>; C: <;?xml-stylesheet type="text/css" href="stylesheetURL" >; D: <;?xml-stylesheet type="text/css" href="stylesheetURL" />;