Blogger Information
Blog 13
fans 0
comment 0
visits 8362
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
1208html标签作业
一米互联
Original
667 people have browsed it
  1. <!--常用的标题标记 h1~h3-->
  2. <h1>一级标题</h1>
  3. <h2>二级标题</h2>
  4. <h3>三级标题</h3>
  5. <!--图片元素-->
  6. <img src="https://www.php.cn/static/images/index_php_new4.jpg?1" alt="学习路线图片" width="400"/>
  7. <!--段落标签-->
  8. <p>  这是一个段落标签这是一个段落标签这是一个段落标签这是一个段落标签这是一个段落标签这是一个段落标签这是一个段落标签这是一个段落标签这是一个段落标签这是一个段落标签这是一个段落标签</p>
  9. <!--链接与锚点-->
  10. <!--超链接 a 标签-->
  11. <a href="https://www.baidu.com" target="_blank">这是一个a标签超链接,href设置跳转链接 target设置打开方式(_blank新窗口 _self本窗口)
  12. <!--在指定窗口打开target=iframt内联框架的name值-->
  13. <a href="https://www.baidu.com" target="baidu">打开百度链接</a>
  14. <iframe srcdoc="<em>点击上面的内容:'打开百度链接'</em>" name="baidu" width="800" height="200" ></iframe>
  15. <!--使用锚点可实现在当前页面中的任意位置进行跳转-->
  16. <a href="#footer">跳转到底部</a>
  17. <div id="footer" style="margin-top: 1000px;">底部</div>
  18. <a href="#">回到顶部</a>
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