Blogger Information
Blog 65
fans 2
comment 0
visits 60432
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
HTML最常用的5大核心连接元素【web优雅开发攻略】
张福根一修品牌运营
Original
611 people have browsed it

HTML5最常用连接元素

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  6. <title>最常用连接元素,附案例</title>
  7. </head>
  8. <body>
  9. <!-- herf:是一个URL时,在不同页面之前跳转 -->
  10. <a href="https://www.php.cn/" target="_blank">PHP中文网</a>
  11. <!-- 下载文件 -->
  12. <a href="/course/type/3.html" download="与异化下载文档">下载文件</a>
  13. <a href="tel:18782292173">联系电话</a>
  14. <a href="mailto:2017539632@qq.com">发邮件</a>
  15. <!-- 描点,通过描点实现页面内部跳转 -->
  16. <a href="#link">跳转到底部</a>
  17. <h1 id="link" style="margin-top: 2500px">底部这里</h1>
  18. </body>
  19. </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