From 94e52b58cf3451e09ac614664b90864a48ef2636 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9D=8E=E4=BD=B3=E8=B1=AA?=
<14091802+too-much-dialogue@user.noreply.gitee.com>
Date: Wed, 18 Sep 2024 23:42:34 +0800
Subject: [PATCH] =?UTF-8?q?0918=E7=AC=94=E8=AE=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../\347\254\224\350\256\260/0918.md" | 20 +++++++++++++++++++
1 file changed, 20 insertions(+)
create mode 100644 "\346\235\216\344\275\263\350\261\252/\347\254\224\350\256\260/0918.md"
diff --git "a/\346\235\216\344\275\263\350\261\252/\347\254\224\350\256\260/0918.md" "b/\346\235\216\344\275\263\350\261\252/\347\254\224\350\256\260/0918.md"
new file mode 100644
index 0000000..c3b32cb
--- /dev/null
+++ "b/\346\235\216\344\275\263\350\261\252/\347\254\224\350\256\260/0918.md"
@@ -0,0 +1,20 @@
+### 表格
+1. tr:tr 是 table row 的缩写,表示表格的一行。
+2. td:td 是 table data 的缩写,表示表格的数据单元格。
+3. th:th 是 table header的缩写,表示表格的表头单元格。
++ 注意(数据单元格可以包含文本、图片、列表、段落、表单、水平线、表格等等。)
+5. `` 用于定义表格的标题部分: 在 `` 中,使用 `` 元素定义列的标题,以上实例中列标题分别为"列标题1","列标题2"和"列标题3"。
+6. `