题目内容

以下声明中,可以取消加粗样式的有()

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;}

‍在CSS中,要实现链接字体颜色为红色,无下划线,当鼠标移过时显示下划线的效果,以下选项正确的是()

A. a:link{color:
B. ff0000;} a{color:
C. ff0000;text-decoration:none;}
D. a:hover{text-decoration:underline;} a:hover{text-decoration:overline;}
E. a{text-decoration:underline;} a:link{color:
F. ff0000;text-decoration:none;}
G. a{color:
H. ff0000;text-decoration:none;} a:hover{text-decoration:underline;}

答案查题题库