Blogger Information
Blog 12
fans 0
comment 0
visits 10235
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
1.markdown语法及部分html标签
世界上最好的语言是PHP
Original
637 people have browsed it

上课时间:20220426第一课

《HTML常见标签》录播课程

https://www.php.cn/code/49633.html
https://www.php.cn/code/49634.html
https://www.php.cn/code/49635.html

1.markdown语法

文件后续: *.md

编辑器:typora,网易有道笔记

编辑器下载地址:

  1. 官网需要f墙:[https://typora.io/](https://typora.io/)
  2. typora中文网:[https://www.typora.net/](https://www.typora.net/)

2.html标签及属性

常见的html5标签

  1. <!DOCTYPE html>
  2. <html>
  3. <head lang="en">
  4. <meta charset="utf-8" />
  5. <title>常见html5标签</title>
  6. </head>
  7. <nav>导航栏</nav>
  8. <header>头部</header>
  9. <!-- 主体代码 -->
  10. <body bgcolor="#00ff00" text="aqua">
  11. <h1>
  12. 常见的html标签
  13. </h1>
  14. <p>
  15. 这是一个段落标签
  16. </p>
  17. </body>
  18. <aside>侧边栏</aside>
  19. <footer>网站底部</footer>
  20. </html>
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