-
border-collapse屬性
Paste_Image.png
Paste_Image.png
Paste_Image.png
-
border-spacing屬性
這個在table中設置, 是設置table中每個元素左右和上下值用的
例如:
border-spacing: 10px 50px
Paste_Image.png
-
< caption >標簽
caption 元素定義表格標題。
caption 標簽必須緊隨 table 標簽之后。您只能對每個表格定義一個標題。通常這個標題會被居中于表格之上。
Paste_Image.png
Paste_Image.png
-
caption-side屬性
為了設置表格標題的屬性
caption-side 屬性設置表格標題的位置。
Paste_Image.png