# daima-web **Repository Path**: Seven_Lin/daima-web ## Basic Information - **Project Name**: daima-web - **Description**: 前端代码 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-02-02 - **Last Updated**: 2021-02-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 前端知识 ## 实现网页HTML HTML是超文本标记语言 和txt纯文本来比较 1)HTML网页可以表示文字、图片、视频、动画 都是txt所无法表达 hello.html它里面只能写纯文字,这里就是通过很多标签来表达,浏览器会解析这些标签以相应形式来展现。 ```html
有几个标签比较特殊,一个,结尾/>
```
1)点击 live server浏览器chrome访问,以一个服务形式来形式
启动node服务,端口5500
http://127.0.0.1:5500/day01/01-hello.html
2)点击 view in browser html静态页面,它可以直接使用浏览器打开
file://协议头,访问本地
http://127.0.0.1:5500/day01/01-hello.html
### 实现第一个网页
```html
代表第一个网页
头信息