Blogger Information
Blog 2
fans 0
comment 0
visits 841
Related recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
第一天作业
诸葛卧龙小朋友
Original
408 people have browsed it

<!DOCTYPE html>

<html lang="en">
<head>
   <meta charset="UTF-8">
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
   <title>Document</title>
</head>
<body>
   <div id="top">顶部</div>
   <h1>第一次进行线上培训学习</h1>
   <h2>我是二级标题</h2>
   <h3>我是三级级标题</h3>
   <h4>我是四级级标题</h4>
   <h5>我是五级标题</h5>
   <h6>我是六级标题</h6>
   <P>最多就六级标题,段落文本用段落标签</P>
   <!--自身窗口中打开-->
   <a href="http://www.php.cn" target="_self">PHP中文网,我进行线上学习的地方</a><br>
   <!--新窗口中打开-->
   <a href="http://www.php.cn" target="_blank">PHP中文网,我进行线上学习的地方</a><br>
   <a href="#footer">跳转到底部</a><br>
   <img src="1.png" alt="PHP中文网学习海报"><br>
   <a href="http://www.php.cn" target="phpstudy">点击我进行学习</a><br>
   <iframe srcdoc="点击上方进行学习" name="phpstudy" width="400px" height="400px"></iframe>
   <div id="footer" style="margin-top: 1000px;">底部</div>
   <a href="#top">跳转到顶部</a>
</body>
</html>

Correcting teacher:天蓬老师天蓬老师

Correction status:qualified

Teacher's comments:格式不对
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post