<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>我的第一个页面</title>
</head>
<body>
<div>块元素</div>
</body>
</html>