标记字号为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. 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