<html>
<head>
<meta> </meta> //关键字
<title> </title> //页面上部显示的字符标签
</head>
<body>
<h1> </h1> //渲染标题,共有h1~h6
</body> //页面内容
</html>
网友评论