以下声明中,可以取消加粗样式的有()
A. font-weight:bolder;
B. font-weight:bold;
C. font-weight: normal;
D. font-weight:600;
要将文本字体设置为“Times New Roman”和“Arial”语法格式正确的是()
A. font-family: Times New Roman, Arial;
B. font-family: “Times New Roman”, “Arial”;
C. font-family: “Times New Roman”, Arial;
D. “font-family: Times New Roman” Arial;
将
标签中的文字大小设置为18px,颜色设置为#336699,文本有删除线,则下列css正确的是()
A. p{font-size=18px;color:
B. 336699;text-decoration:overline;}
C. p{font-size:18px;color:
D. 369;text-decoration:line-through;}
E. p{font-size:18px;color:
F. 336699;text-decoration:underline;}
G. p{font-size=18px;color:
H. 369;text-decoration:blink;}
下列css代码,()能控制鼠标悬浮其上的超链接样式
A. a:link{color:
B. ff7300;}
C. a:visited{color:
D. ff7300;}
E. a:hover{color:
F. ff7300;}
G. a:active{color:
H. ff7300;}