From 2391018d7953353f73e452753f0f41a201a49ff0 Mon Sep 17 00:00:00 2001 From: Kawaxxxsaki <1111@123.com> Date: Sun, 2 Nov 2025 19:59:19 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0mermaid=E4=BE=9D?= =?UTF-8?q?=E8=B5=96=E8=87=B311.12.1=E5=B9=B6=E5=88=A0=E9=99=A4=E8=BF=87?= =?UTF-8?q?=E6=97=B6=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 删除html2.md文档并简化html-tags-attributes.md内容 --- .../web/basic-syntax/html-tags-attributes.md | 110 +------------ .../programming/web/basic-syntax/html2.md | 144 ------------------ package-lock.json | 90 +++++------ package.json | 2 +- 4 files changed, 47 insertions(+), 299 deletions(-) delete mode 100644 docs/notes/programming/web/basic-syntax/html2.md diff --git a/docs/notes/programming/web/basic-syntax/html-tags-attributes.md b/docs/notes/programming/web/basic-syntax/html-tags-attributes.md index 59de8f7..73c438a 100644 --- a/docs/notes/programming/web/basic-syntax/html-tags-attributes.md +++ b/docs/notes/programming/web/basic-syntax/html-tags-attributes.md @@ -4,115 +4,7 @@ createTime: 2025/11/2 19:30:00 permalink: /programming/web/basic-syntax/html-tags-attributes/ --- -## 开场:掌握这些标签,就能写出 80% 的网页 - -今天我们来认识**最常用的 HTML 标签**和它们的**常见属性**。 -把它们学会,你就能从零搭建出结构清晰、内容丰富的网页。语言风格延续上一课的节奏:轻松、直观、能马上上手。 - -想象一下: -- 网页是一座房子; -- 标签是房子里的“房间与家具”; -- 属性是“家具的颜色、大小、功能开关”。 - -## 一、页面骨架(Head / Body) - -网页的基本结构: -```html title="index.html" - - -
- - -