HTML 标题不是 <title> 吗?
简单html文件结构基本如下:
<html>
<head>
<title>标题</title>
</head>
<body>
<div></div>
</body>
</html>