# front-end-html-css
**Repository Path**: mozicoding/front-end-html-css
## Basic Information
- **Project Name**: front-end-html-css
- **Description**: No description available
- **Primary Language**: HTML/CSS
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2021-03-08
- **Last Updated**: 2021-03-20
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# 1、规范及参考
## 1.1、HTML规范
- HTML 4.01
```http
https://www.w3.org/TR/html401/cover.html#minitoc
```
- HTML 5
```http
https://html.spec.whatwg.org
```
- Selectors
```http
https://www.w3.org/TR/2018/REC-selectors-3-20181106/#class-html
```
## 1.2、HTML参考
- 菜鸟教程
```http
https://www.runoob.com
```
- w3school
```http
https://www.w3school.com.cn
```