若 CSS的文本修饰属性取值为 text —decoration :overline ,则表示 ()
A、上划线A
文本修饰(text.decoration)的值可以取如下几个:—decoration:none表示不用修饰;text—decoration:underlinetext-decoration:overline表示上划线;text—decoration:l表示横线从字中间穿过;text-decoration:blinktextdecorati表示闪烁,不过要在网景的NS4中才可以看到。