案例: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
6
<title>标题不会显示在文档区</title>
7
</head>
8
9
<body>
10
<p>这段文本会显示出来。</p>
11
</body>
12
13
</html>
14