批改状态:合格
老师批语:挺好
<!-- 声明,本文档为html文档 --><!DOCTYPE html><!-- html:根元素;lang属性:声明文档语言 --><html lang="en"><!-- head:头部元素,供浏览器和搜索引擎使用 --><head><!-- 当前文档使用的字符编码集 --><meta charset="UTF-8" /><!-- 视口 --><meta name="viewport" content="width=device-width, initial-scale=1.0" /><!-- 页面标题 --><title>html文档结构</title></head><!-- 主体内容,呈现给用户 --><body><!-- 头部 --><header><nav><a href="http://www.taobao.com" target="_blank">index</a><a href="http://www.baidu.com">about us</a><a href="http://www.php.cn">News</a><a href="0725.md" download="0725.md">production</a><a href="#anchor">cooperative partner</a><a href="tel:1391****075" >contact</a><a href="mailto:85341020@qq.com">join us</a></nav></header><!-- 主体内容 --><main><p>这是周末班<br>第一堂课</p><!-- 无序列表 --><ul><li><address>SuZhou</address></a></li><li><address>HeFei</address></a></li><li><address>BeiJing</address></a></li></ul><!-- 有序列表 --><ol start="3"><li><span><strong>Html</strong></span></li><li><span>CSS</span></li><li><span>JavaScript</span></li></ol></main><!-- 底部 --><footer><section class="ads">广告</section><article class="recommed">推荐</article><!-- 自定义列表 --><dl><!-- 列表标题 --><dt>PHP</dt><!-- 列表内容 --><dd>一直作为Web开发中的统治力量而存在</dd><dd>在Web服务端开发领域,全球份额始终保持在78%以上</dd></dl><p style="margin-top: 1920px;" id="anchor" ><a href="#">返回顶部</a> </p></footer></body></html>
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号