案例:html/html5 案例     状态:可编辑再运行    进入竖版
 运行结果 
x
 
1
<html>
2
3
<head>
4
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
5
6
<meta name="description"
7
content="HTML examples">
8
9
<meta name="keywords"
10
content="HTML, DHTML, CSS, XML, XHTML, JavaScript, VBScript">
11
12
</head>
13
14
<body>
15
<p>本文档的 meta 属性描述了该文档和它的关键词。</p>
16
</body>
17
18
</html>
19