<!doctype html>
<html>
<head>
引入包,标题
</head>
<body>
html代码,用来显示页面
</body>
<script>
javascript代码用来处理页面效果,传参等
</script>
</html>