• 2022-06-19
    在CSS样式表中,设置文本下划线效果,使用哪个属性
    A: text-decoration
    B: text-indent
    C: text-align
    D: text-shadow
  • A

    内容

    • 0

      CSS属性中,( )用作去掉超链接的下划线。 A: a{ text-decoration: noline;} B: a{ text-decoration:underline;} C: a{ text-decoration:none;} D: a{text: underline;}

    • 1

      在CSS样式中,使用( )属性设置首行文本缩进。 A: text-align B: line-height C: text-indent D: text-decoration

    • 2

      下列对CSS文本属性的描述哪个是错误的? A: text-align属性用于设置文本内容的垂直对齐 B: text-indent属性用于设置首行文本的缩进 C: text-decoration属性用于设置文本的下划线,上划线,删除线等装饰效果 D: text-shadow属性可以为页面中的文本添加阴影效果

    • 3

      在CSS中,用于设置段落首行缩进效果的属性是    。 A: text-indent B: text-align C: text-decoration D: text-shadow

    • 4

      在CSS中,用于设置文本水平对齐方式的属性是     。 A: align B: text-align C: text-indent D: text-decoration