From 69e6796eb705842e23100595876d1b9dba1c4c0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=93=E9=9B=A8=E6=B9=98?= <2488028707@qq.com> Date: Sun, 8 Sep 2024 20:09:13 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AC=AC=E4=BA=8C=E6=AC=A1=E7=AC=94=E8=AE=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../20240905-html\345\237\272\347\241\200.md" | 37 +++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 "\351\202\223\351\233\250\346\271\230/20240905-html\345\237\272\347\241\200.md" diff --git "a/\351\202\223\351\233\250\346\271\230/20240905-html\345\237\272\347\241\200.md" "b/\351\202\223\351\233\250\346\271\230/20240905-html\345\237\272\347\241\200.md" new file mode 100644 index 0000000..c2d1051 --- /dev/null +++ "b/\351\202\223\351\233\250\346\271\230/20240905-html\345\237\272\347\241\200.md" @@ -0,0 +1,37 @@ +## HTML基础 + +#### W3C 万维网联盟组织 + +#### Web 全球广域网(互联网) + +#### 网页 + +文字 图像 超链接 音频、视频、flash + +#### bs + +browserlserver 浏览器端 + +#### cs + +clientlserver 客户端 + +### Web 标准 + +#### 1.结构标准(HTNL) + +对网页元素进行整理、分类 + +#### 2.表现标准(CSS) + +设置网页元素版式、颜色、大小等 + +#### 3.行为标准(JS) + +定义网页交互和行为 + +#### Web前端 + +HTML 超文本标记语言 +CSS 层叠样式 +JS \ No newline at end of file -- Gitee