慢性支气管炎最主要的发病因素是
A. 长期吸烟
B. 感染因素
C. 理化因素
D. 气候因素
E. 机体自身因素
如果使用内嵌式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