摘要:<! docmenttype=html><meta charset='utf-8'><html><title>这是第一个网页</title><body><h1>这里应该有一个标题</h1><h2>这个应该是副标题</h2><p>第一行</p>
<! docmenttype=html>
<meta charset='utf-8'>
<html>
<title>这是第一个网页</title>
<body>
<h1>这里应该有一个标题</h1>
<h2>这个应该是副标题</h2>
<p>第一行</p>
<span>第二行</span>
<div>第三行.</div>
</body>
</html>
批改老师:韦小宝批改时间:2019-03-09 09:09:38
老师总结:HTML的基础主要就是一些标签 这些标签基本上都没有什么难度 多去练习就很快能掌握了!