<html>
<head> <title>我的第一个 HTML 页面</title> </head>
<body>
body 元素的内容会显示在浏览器中。
title 元素的内容会显示在浏览器的标题栏中。
</body>
</html>