案例:html案例     状态:可编辑再运行    进入竖版
 运行结果 
x
 
1
<html>
2
3
<body bgcolor="yellow">
4
<h2>This is a heading</h2>
5
<p>This is a paragraph.</p>
6
<p>The old bgcolor attribute only works on the body element.</p>
7
<p>For future proof HTML, use styles instead:</p>
8
</body>
9
10
</html>
11