docs(web): 添加HTML常用标签与属性文档

新增HTML常用标签与属性的详细教程文档,包含基础标签使用、语义化布局、媒体元素等内容,并附带示例代码和练习作业
This commit is contained in:
祀梦
2025-11-02 19:44:44 +08:00
parent 799551073c
commit b28ed8ebfe
2 changed files with 1184 additions and 0 deletions

View File

@@ -150,6 +150,7 @@ const web = defineNoteConfig({
{
text: "基础知识", prefix: "/basic-syntax", items: [
{ text: "Web 前端基础讲解", link: "/programming/web/basic-syntax/html-css-js/" },
{ text: "HTML 常用标签与属性", link: "/programming/web/basic-syntax/html-tags-attributes/" },
],
},
]