# HTML-CSS
**Repository Path**: yang-yongliang/html-css
## Basic Information
- **Project Name**: HTML-CSS
- **Description**: 此仓库记录html,css(含h5,c3)的笔记
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2022-05-01
- **Last Updated**: 2022-05-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# HTML基础
## 标签
### 单标签
img,hr,br
### 双标签
a,p ...
* h1-h6:标题标签
* br:换行标签
* p :段落标签
* div :没语义
* span :行内标签
* img :图片标签
* a :超链接
* target="_blank"
* base :
* `
| name | sex | age |
|---|---|---|
| zhangsan | male | 18 |