<!doctype html>
<html>
<meta charset="utf8">
<title>简HTML结构</title>
<body>
<div>完成了一个HTML结构的页面</div>
</body>
</html>