# web-learn
**Repository Path**: Andyqc/web-learn
## Basic Information
- **Project Name**: web-learn
- **Description**: learn web
- **Primary Language**: HTML
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2019-05-14
- **Last Updated**: 2020-12-18
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# 一级标题
## 二级标题
一级标题
===
二级标题
---
第一行 后有两个空格
第二行
第三行
第三行
*斜体文本*
_斜体文本_
**粗体文本**
__粗体文本__
***粗斜体文本***
___粗斜体文本___
分割线
***
* * *
*****
- - -
----------
~~删除线~~
下划线
* 第一项列表
- 第二项
+ 第三项
1. 列表
* 列表嵌套
- 列表嵌套
2. 列表
3. 列表
> 区块
>> 区块
>>区块
>>> 区块
区块
区块
>区块
区块
区块
区块
`print()`函数
#include
void main()
{
printf("hello");
}
```c
#include
void main()
{
printf("hello");
}
```
[百度](https://baidu.com)
百度[baidu][1]
[1]:https://baidu.com

| 左对齐 | 右对齐 | 居中对齐 |
| :-----| ----: | :----: |
| 单元格 | 单元格 | 单元格 |
| 单元格 | 单元格 | 单元格 |
\\
\*
\#