下列哪种标签不属于定义CSS样式的内容()
未知类型:{'options': ['a:link{color:blue;}', '# header{margin-top:auto;}', '[p style="line-height:23px:"]', '[body background="#FF00FF"]'], 'type': 102}
未知类型:{'options': ['a:link{color:blue;}', '# header{margin-top:auto;}', '[p style="line-height:23px:"]', '[body background="#FF00FF"]'], 'type': 102}
举一反三
- 下列哪种标签不属于定义CSS样式的内容() A: a:link{color:blue;} B: #header{margin-top:auto;} C: <pstyle="line-height:23px:">
- 下列哪种标签不属于定义CSS样式的内容() A: Aa:link{color:blue;} B: B# header{margin-top:auto;} C: C D: E: D
- 下面代码使用HTML元素的id属性,将样式应用于网页上的某个段落:[p id="firstp"]这是第一个段落 以下关于样式规则定义正确的是( )。 未知类型:{'options': ['[style type="text/css"] p{color:red}[/]', '[style type="text/css"]', 'firstp {color:red}</style>', '[style type="text/css"] .firstp {color:red}[/]', '[style type="text/css"] p.firstp {color:red}[/]'], 'type': 102}
- 下面CSS样式的定义方式属于行内式:[style type="text/css"] p { color:red; font-size:14px; line-height:20px; }[/]
- 在下列的 HTML 标签中,哪个可以添加背景颜色? 未知类型:{'options': ['[body color="yellow"]', '[background]yellow[/]', '[body bgcolor="yellow"]', '[body background="yellow"]'], 'type': 102}