head中定义CSS样式:[br][/br]P{ color:red; }[br][/br]以下哪一项内容会是红色的?
未知类型:{'options': ['[h1]我是红色吗?[/]', '我是红色吗?', '我是红色吗?', '我是红色吗?'], 'type': 102}
未知类型:{'options': ['[h1]我是红色吗?[/]', '我是红色吗?', '我是红色吗?', '我是红色吗?'], 'type': 102}
举一反三
- head中定义CSS样式: p{ color:red; } 以下哪一项内容会是红色的? A: h1>我是红色吗? B: 我是红色吗? C: 我是红色吗? D: 我是红色吗?
- head中定义CSS样式:p{color:red;}以下哪一项内容会是红色的?() A: <h1>我是红色吗?</h1> B: <p>我是红色吗?</p> C: <span>我是红色吗?</span> D: <div>我是红色吗?</div>
- 以下代码的运行结果为:( )[template name='red'][text]我是红色[/][/][template name='blue'][text]我是蓝色[/][/][block wx:for='{{[1,2]}}' wx:key='{{index}}'][template is='red' /][template is='blue' /][/] A: 我是红色我是红色 B: 我是蓝色我是蓝色 C: 我是红色我是红色我是蓝色我是蓝色 D: 我是红色我是蓝色我是红色我是蓝色
- 要选择下列代码中第一个strong标签并将字体颜色设置为红色,该如何写css。() [body] [h1]我[strong]超级[/][strong]喜欢[/]网页设计.[/] [h1]我[em]不是很[strong]喜欢[/][/em]网页设计.[/] </body A: h1strong{color:red;} B: .sh1.strong{color:red;} C: strong{color:red;} D: h1>strong{color:red;}
- 下列哪个标记是段落标记? 未知类型:{'options': ['[h1][/]', '', '[br/]', '[hr/]'], 'type': 102}