4、设置CSS文本修饰属性为text-decoration:overline,表示()。A.上划线B.下划线C.不用修饰D.横线从字中间穿过

4、设置CSS文本修饰属性为text-decoration:overline,表示()。

A.上划线

B.下划线

C.不用修饰

D.横线从字中间穿过


参考答案和解析
下划线

相关考题:

在CSS规则中要设置文本首行缩进应使用文本属性是:() Aline-heightBtext-alignCtext-indentDtext-decoration

在文本链接的 a href 标签中,插入以下属性:style=”text-decoration:none;color:black",可以( )。 A.禁用删除线并将文本的颜色设置为黑色B.加上删除线并将文本的颜色设置为黑色C.禁用下划线并将文本的颜色设置为黑色D.加上下划线并将文本的颜色设置为黑色

如果要使用 CSS 将文本样式定义为粗体,需要设置( )文本属性。 A.font—familyC.font—weightB.font—styleD.font—size

在CSS中要使文本闪烁,text-decoration属性的取值应该是()。 A、noneB、underlineC、blinkD、Overline

在CSS中,去掉文本超链接的下划线方法是()。A.a{text-decoration:no underline;}B.a{underline:none;}C.a{decoration:no underline;}D.a{text-decoration:none;}

在CSS的文本属性中,文本修饰的取值text-decoration:overline表示()。 A、不用修饰B、下划线C、上划线D、横线从字中间穿过

在文本域属性设置面板里,设置用于文本域的CSS样式的属性是()。 A.类型B.类C.文本域D.初始值

如果要使用CSS将文本样式定义为粗体,需要设置()文本属性。A. font-familyB. font-styleC. font-weightD. font-size

在CSS样式表中,用来表示下划线效果的是:()A、background-colorB、line-heightC、text-decoration:noneD、text-decoration:underline

在HTML页面中,如果需要在CSS样式表中设置文本的字体为"棣书",则需要设置文本属性()A、font-sizeB、font-familyC、font-styleD、face

在css中,下列()属性用来设置段落的首行缩进。A、text-alignB、text-indentC、text-styleD、text-decoration

如果有一个标记“<name>”,想让标记中的内容显示为文本块,字体为楷体,大小是20磅,颜色为蓝色,背景是黄色。在CSS中应设置哪些属性,属性值如何设置?

CSS的基本样式中,文本样式主要用来设置文本的一些相关属性,其中text-decoration属性有none、blink、underline、()、()等属性值。

以下文本修饰语法格式正确的是()。A、text-decoration:noneB、font-decoration:underlineC、text-decoration:linethroughD、以上都不正确

text-decoration属性是定义文本修饰的CSS属性。

已知:〈p〉原价:120元〈/p〉为p标签中的文本添加下划线的代码是p{text-decoration:underline;}下列关于文本装饰text-decoration代码书写正确的是()。A、p{text-decoration:underline;}B、p{text-decoration:normal;}C、p{text-decoration:overline;}D、p{text-decoration:line-through;}

使用CSS对文本进行修饰,若使文本闪烁,text-decoration的取值为()。A、noneB、underlineC、overlineD、blink

若CSS的文本修饰属性取值为text—decoration:overline,则表示()A、上划线B、下划线C、不用修饰D、横线从字中间穿过

在CSS的文本属性中,文本修饰的取值text-decoration:underline表示()A、不用修饰B、下划线C、上划线D、横线从字中间穿过

text-decoration文本修饰的属性值是()。A、overlineB、line-throughC、underlineD、none

下列哪个css属性能够更改文本字体()A、f:B、font=C、font-family:D、text-decoration:none

文本属性中,文本修饰的取值text-decoration:overline表示()。A、不用修饰B、下划线C、上划线D、横线从字中间穿过

下列哪个css属性能够设置文本加粗()A、font-weight:boldB、style:boldC、font:bD、font=

在CSS的文本属性中,文本修饰的取值text-decoration:line-through表示()A、不用修饰B、下划线C、上划线D、横线从字中间穿过

text-decoration属性用于设置文本的下划线,上划线,删除线等装饰效果,其可用属性值有()A、noneB、underlineC、overlineD、line-through

在CSS中,要实现链接字体颜色为红色,无下划线,当鼠标移过时显示下划线的效果,以下选项正确的是()。A、a:link{color:#ff0000;} a:hover{text-decoration:underline;}B、a{color:#ff0000;text-decoration:none;} a:hover{text-decoration:overline;}C、a{text-decoration:underline;} a:hover{color:#ff0000;text-decoration:none;}D、a:link{color:#ff0000;text-decoration:none;} a:hover{text-decoration:underline;}

单选题在CSS中,要实现链接字体颜色为红色,无下划线,当鼠标移过时显示下划线的效果,以下选项正确的是()。Aa:link{color:#ff0000;} a:hover{text-decoration:underline;}Ba{color:#ff0000;text-decoration:none;} a:hover{text-decoration:overline;}Ca{text-decoration:underline;} a:hover{color:#ff0000;text-decoration:none;}Da:link{color:#ff0000;text-decoration:none;} a:hover{text-decoration:underline;}

单选题如果要使用CSS将文本样式定义为粗体,需要设置()文本属性。Afont-familyBfont—styleCfont—weightDfont—size