# yy
**Repository Path**: hongyan-yang/yy
## Basic Information
- **Project Name**: yy
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2021-08-30
- **Last Updated**: 2021-08-30
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# 语法
##完全兼容HTML
尚硅谷
## 标题
# 1
## 2
### 3
#### 4
## 引用
重要的标记
>细节决定成败,态度决定高度
>我的舞蹈没有人能跳第二遍,包括我自己
## 无序列表
* 迪丽热巴
* 杨幂
* 赵丽颖
## 有序列表
1、打开冰箱
2、把大象放进去
3、关上冰箱
## 代码块
```js
let div =document.querySelector('div');
div.addEventListener('click',function(){
this.style.background="red";
})
```
## 分割线
---
## 文本加粗
我独自度过了太多的时光,**沉默** 以成一种*习惯*
## 小段文本加亮
你可以使用 `shift + ctrl + i` 启动控制台
## 图片

## 链接
[尚硅谷](http://www.atguigu.com)
## 表格
ID | 用户名 | 年龄
--- | --- | ---
1 | 张三 | 20
2 | 李四 | 13
## 小结语法
1.兼容html
2.标题
3.引用
4.分割线 ---
5.列表
6.表格
7.图片
8.链接
9.加粗与斜体
10.高度
11.代码块
想要在gitee里面看到,需要把它上传到gitee里面