如果使用内嵌式CSS样式表定义
标记字号为12像素,链入式定义
标记颜色为红色,那么段落文本将显示是:
A. 只显示12像素
B. 12像素红色
C. 只显示红色
D. 以上都不正确
当
标记内嵌套标记时,就可以使用后代选择器对其中的标记进行控制,下列写法正确是:
A. strongp{color:red;}
B. pstrong{color:red;}
C. strong,p{color:red;}
D. p.strong{color:red;}
下列选项中,用于清除超链接默认的下划线的是:
A. text-decoration:none
B. text-decoration:underline
C. text-decoration:overline
D. text-decoration:line-through
下列代码中,可以用于清除链接图像边框的是:
A. border:0
B. margin:0
C. padding:0
D. list-style:none