Blogger Information
Blog 5
fans 0
comment 0
visits 2430
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
markdown和html的基本认识
以前真好
Original
434 people have browsed it

我在PHP中文网学习的第一天

学习使用MarkDown编辑器

学习常用的MarkDown语法:

  • 标题
  • 列表
    • 无需列表
    • 有序列表
      1. 比如这样
      2. 比如那样
    • 表格
id 姓名 财富 年龄
1 富婆一号 10亿人民币 89岁
2 富婆二号 50亿人民币 76岁
3 富婆三号 30亿人民币 59岁
  • 超链接
    前往百度
  • 图片
    sadsad
  • 代码

    • 单行代码

    let a = 5; a >=1 ?alert('PHP中文网牛!') : alert('PHP是世界上最好的语言')

    • 代码块
  1. let b = 5; b = 1;
  2. if(b>a){
  3. return a
  4. }

HTML标签 (3.16标签学习)

标签名 作用
html 网页根元素
head 网页头部元素 给浏览器提供描述 标题 等信息
body 网页主体 存放元素标签
Correcting teacher:PHPzPHPz

Correction status:qualified

Teacher's comments: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