实例代码“Ctrl+/”提示“F11/ESC”全屏 返回 格式化 恢复 运行
x
 
1
<!DOCTYPE html>
2
<html>
3
<head>
4
<meta name="description" content="Free Web tutorials">
5
<meta name="keywords" content="HTML,CSS,XML,JavaScript">
6
<meta name="author" content="Ståle Refsnes">
7
<meta charset="UTF-8">
8
</head>
9
<body>
10
11
<p>All meta information goes in the head section...</p>
12
13
</body>
14
</html>
15