<!doctype html>
<html>
<head>
<!-- 声明当前页面的编码集:charset=gbk,gb2312(中文编码) , utf-8(国际编码) -->
<meta http-equiv='Content-Type' content='text/html; charset=utf-8'>
<!-- 声明当前页面的三元素 -->
<title>html标准模板</title>
<meta name='keywords' content='关键词,关键词'>
<meta name='description' content=''>
<!-- js/css -->
</head>
<body>
</body>
</html>