博客列表 >html_标签

html_标签

屿鹿
屿鹿原创
2020年12月08日 23:17:05507浏览

h1 标题

H2标题

H3 标题

H4 标题

H5 markdown 好不习惯
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>标题(Html5)</title>
  6. <body>
  7. <h1>This is heading 1</h1>
  8. <h2>This is heading 2</h2>
  9. <h3>This is heading 3</h3>
  10. <h4>This is heading 4</h4>
  11. <h5>This is heading 5</h5>
  12. <h6>This is heading 6</h6>
  13. <p>零基础入门学习Web</p>
  14. <p> php中文网-网址<a href="http://www.php.cn">传送</a></p>
  15. <img src="../img/logo.png" alt="php-Logo" />
  16. </body>
  17. </html>
声明:本文内容转载自脚本之家,由网友自发贡献,版权归原作者所有,如您发现涉嫌抄袭侵权,请联系admin@php.cn 核实处理。
全部评论
文明上网理性发言,请遵守新闻评论服务协议