设置网页的背景色为红色()。
A: <bodybgcolor="red">
B: <bodybackground="red">
C: <headbgcolor="red">
D: <headbackground="red">
A: <bodybgcolor="red">
B: <bodybackground="red">
C: <headbgcolor="red">
D: <headbackground="red">
举一反三
- 设置网页的背景色为红色()。 A: <;bodybgcolor="red">; B: <;bodybackground="red">; C: <;headbgcolor="red">; D: <;headbackground="red">;
- 以下哪一条HTML语句用于设置表格的表框颜色( )。 A: <table bordercolor=”red”>…</table> B: <table bgcolor=”red”>…</table> C: <table background=”/image/pic.jpg”>…</table> D: <td bgcolor=”red”>…</table>
- 关于行内式引入CSS样式表,以下书写正确的是( ) A: <p style=font-size:12px; color:red;>段落文本</p> B: <p style="font-size:12px, color:red;">段落文本</p> C: <p style="font-size:12px; color:red;">段落文本</p> D: <p style="font:12px; color:red;">段落文本</p>
- 10.关于行内式引入CSS样式表,以下书写正确的是() A: &lt;pstyle=font-size:12px;color:red;&gt;段落文本&lt;/p&gt; B: &lt;pstyle=&quot;font-size:12px,color:red;&quot;&gt;段落文本&lt;/p&gt; C: &lt;pstyle=&quot;font-size:12px;color:red;&quot;&gt;段落文本&lt;/p&gt; D: &lt;pstyle=&quot;font:12px;color:red;&quot;&gt;段落文本&lt;/p&gt;
- {下面代码使用HTML元素的ID属性,将样式应用于网页上的某个段落:<P id="firstp">这是第一个段落</P>下面选项中,()正确定义了上面代码引用的样式规则。} A: {<style type="text/css">p {color:red}</style>} B: {<style type="text/css"> C: firstp {color:red}</style>} D: {<style type="text/css">.firstp {color:red}</style>} E: {<style type="text/css">p.firstp {color:red}</style>}