Blogger Information
Blog 7
fans 0
comment 0
visits 4831
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
软件安装配置 和 标签理解
波元的PHP学习
Original
574 people have browsed it

+安装并配置学习软件环境

安装软件

VSCODE + CHROME

+标签理解 列表 表格 表单

标题

  1. <h6>标题</h6>
  2. <h5>标题</h5>
  3. <h4>标题</h4>
  4. <p>段落标签</p>

链接

<a href="http://www.bing.com" target="_blank">链接测试</a>

iframe学习

  1. <a href="http://www.bing.com" target="phplink">打开必应</a>
  2. <iframe srcdoc="<em>点击上面的打开必应</em> " name="phplink" height="400" width="300" frameborder="1">打开小PHP</iframe>
  3. <a href="#footer">到底部去</a>

图片

  1. <img src="https://img.php.cn/upload/course/000/000/003/5a699f1b2da2b398.jpg" width=300 />

<div id="footer" style="margin-top: 1000px;">这里就是底部</div>

+MARKDOWN学习内容

标题:

使用#和=和-号

段落:

回车加一个空行

换行:

两个空格加回车

引用标识:

一级引用

二级引用

引用的标签就是ockquote

引用内部可以嵌套其它标签
标签是<H1> - <H6>

如何实现分割线

使用三个以上的*和-符号。

*

分割线对应的标签是HR

markdown中编写代码

四个空格或一个制表符
三个反引号
三个波浪线
段落中单行代码使用一个反引号或一个波浪线
单行文字中写入部分代码,$pdo=new pdo (dsn, username,password)测试一下。

  1. function hello(name){return 'hello'+name;//返回用户名}
  1. $pdo=new pdo (dsn, username,password)

表示链接

<a href="http://www.bing.com" title="" target="_blank">访问必应</a>
访问-必应

强调内容

强调生成的效果-加粗两个星号
强调生成的效果-斜体一个星号后面直接跟文字
加粗的效果-两个下划线 后面加空格后跟文字
一个下划线-斜体
注意:内容和符号之间不能有空格,推荐使用星号。

MD中的表格

  1. 有序列表
  2. 有序列表2下级排序可自动填充
    1. list1
    2. list2
    3. list3
  3. 列表3
  • 无序列表1
  • 无序列表2
    • list2-1
    • list2-2
      • list2-2-1
      • list2-2-2
  • 符号不必纠结
    • 也可以这样用符号

表格

表格是用-和|两个符号来画表格的
<!-- 表头部分 -->
|id|name|sex |
|-|:-:|——-:|
|001|张三|女|
|001|李四|男|
两个冒号表示居中对齐,右边冒号向右对齐。

表示图片

图片语法和链接很像 代码是这样的![](链接/url '提示描述')
这是一张图片

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