Correcting teacher:PHPz
Correction status:qualified
Teacher's comments:一篇文章只需要一个作业博客就可以了
<!--文档类型 -->
<!doctype html>
<!--根元素-->
<html>
<!--头部标签-->
<head>
<!--元标签-->
<meta charset="utf-8" />
<!--页面标题-->
<title>html文档基本结构和基本标签</title>
</head>
<!--主体内容标签-->
<body>
<h1>hello,world<h1>
</body>
</html>