一级标题
一个文档应该只有一个一级标题
二级标题
三级标题
四级标题
五级标题
2.段落
html是超文本标记语言
markdown是超轻量级的标记语言
3.列表
有序列表
- html
- css
- javascript
无序列表
- 前端语言
- html
- css
- javascript
- 后端语言
- php
- java
- python
4.引用
好好学习,天天向上
5.代码块
单行代码块<?php echo "hello,world!" ?>
多行代码块
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<header></header>
</body>
</head>
</html>
yum -y install telnet
echo "kernel.sem = 250 7000 100 7120" >> /etc/sysctl.conf
6.链接
只显示链接文本
php中文网
全显示
php中文网 https://www.php.cn
只显示文本
php中文网 https://www.php.cn
7.图片
8.表格
id | username | password |
---|---|---|
1 | key | value |