• 2022-06-08
    在css中,下列()属性用来设置段落的首行缩进。
    A: text-align
    B: text-indent
    C: text-style
    D: text-decoration
  • B

    内容

    • 0

      用于设置首行缩进的Css属性是( )。 A: text-align B: text-decoration C: word-spacing D: text-indent属性

    • 1

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

    • 2

      CSS中,文本的首行缩进属性是( )? A: text-indent B: font-indent C: indent D: text-decoration

    • 3

      在CSS中,设置文本水平方向上对齐方式的属性是 A: align B: text-align C: text D: center

    • 4

      在CSS语言中下列哪一项是设置首行缩进的属性? A: text-decoration B: text-indent C: text-transform D: text-align