文档类型声明
html5: <!DOCTYPE html>
...
头部声明 head
标题 <title></title>
根地址 <base href="url">
链接 <link href="url" rel="stylesheet">
样式定义块 <style></style>
脚本块 <br><script></script>
源: src="**.js"
HTML5里省略 不写 : type="text/javascript"
script 引用扩展脚本
元数据 <meta>
charset="UTF-8"
<meta name="keywords" content="关键字"
<meta name="description" content="描述"
<meta name="viewport" content="width=divce-width,initial-scale=1" 根据显示设备自适应