Blogger Information
Blog 7
fans 0
comment 0
visits 2653
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
自主练习1_markdown 语法
柏拉图
Original
337 people have browsed it

markdown 语法练习

<!-- 多行代码块 -->

1.标题

html: <h1-h6> 标签

  1. # 一级
  2. ## 二级
  3. ### 三级
  4. #### 四级
  5. ##### 五级
  6. ###### 六级

2.段落

html: <p>

  1. 第一段文本
  2. 第二段文本

3.字体样式

html: <strong><em><del>

加粗
斜体
删除

4.引用

一级引用文本

二级引用文本

5.代码

const obj = {}

  1. function fn($a,$b)
  2. {
  3. return $a + $b;
  4. }

6.分隔符

html: <hr>


7.列表

html: <ul><ol>

(1) 无序

  • item1
  • item2
  • item3
    • item3-1
    • item3-2
    • item3-3

(2) 有序

  1. item1
  2. item2
  3. item3
    3.1 item3-1
    3.2 item3-2
    3.3 item3-3

8.表格

html: <table>

序号 品名 单价 数量 金额
1 电脑 8000 2 16000
2 手机 6000 4 16000
3 相机 4000 3 16000
4 电视 5000 2 16000

9.链接

html: <a>

php中文网
https://www.php.cn/

10.图像

html: <img>,和链接几乎相同,只需在前面加个叹号即可

21期线上直播

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