Blogger Information
Blog 19
fans 0
comment 0
visits 10715
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
MarkDown常用语法、Emmet常用语法
期待.
Original
432 people have browsed it

1.MarkDown常用语法

(1)标题

一级标题

二级标题

三级标题

四级标题

五级标题
六级标题

(2)代码框

单行代码框:print("期待自己!")

多行代码框:

  1. name = "期待."
  2. print(name)
  3. exit()

(3)表格

id name age day
0 HH 18 2000
1 ZH 19 2001

(4)有序、无序列表

  1. 第一行
    1.1 内容
    1.2 内容
    1.3 内容
  2. 第二行
  3. 第三行
  • 第一行
    • 内容
    • 内容
    • 内容
  • 第二行
  • 第三行

    2.Emmet常用语法

    1. <!DOCTYPE html>
    2. <html lang="en">
    3. <head>
    4. <meta charset="UTF-8">
    5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
    6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
    7. <title>Document</title>
    8. </head>
    9. <body>
    10. <!-- 生成id、class -->
    11. <!-- div#id{这是内容}
    12. div.class{这是内容} -->
    13. <!-- 父子、兄弟 -->
    14. <!-- tr>td*5
    15. h1+h1 -->
    16. <!-- tr>td*5{test$} -->
    17. </body>
    18. </html>
Correcting teacher:PHPzPHPz

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