From 2b9e5f9bd1b9e7d562cd160fc5bbadc53d37f67e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A5=80=E6=A2=A6?= <3501646051@qq.com> Date: Sun, 2 Nov 2025 20:43:42 +0800 Subject: [PATCH] =?UTF-8?q?docs(web):=20=E4=BF=AE=E6=AD=A3HTML=E6=A0=87?= =?UTF-8?q?=E7=AD=BE=E6=96=87=E6=A1=A3=E4=B8=AD=E7=9A=84=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E5=92=8C=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 统一使用反引号标记HTML标签,提高文档可读性和一致性 --- .../web/basic-syntax/html-tags-attributes.md | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) 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 27f9050..91ed3e3 100644 --- a/docs/notes/programming/web/basic-syntax/html-tags-attributes.md +++ b/docs/notes/programming/web/basic-syntax/html-tags-attributes.md @@ -15,30 +15,30 @@ permalink: /programming/web/basic-syntax/html-tags-attributes/ ### 认识div标签 -**什么是