案例:html/html5 案例     状态:可编辑再运行    进入竖版
 运行结果 
x
 
1
<html>
2
<head>
3
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
4
<meta http-equiv="Content-Language" content="zh-cn" />
5
</head>
6
7
<body bgcolor="yellow">
8
<h2>请看: 改变了颜色的背景。</h2>
9
</body>
10
11
</html>
12