CSS / 前端技術 / 筆記 · 2019-09-26

CSS Display 區塊

區塊設定

block 直列。
none隱藏物件。
inline文字橫列。
inline-block物件橫列。
compact 直列。
marker配合after及before使用。
list-item項目列表。
run-in
inherit繼承。

Table 對照效果

inline-table不換行。
table<table>標籤。
table-row<tr>標籤。
table-row-group<tbody>標籤。
table-cell<td>標籤。
table-caption<caption>標籤。
table-column<col>標籤
table-column-group<colgroup>標籤。
table-header-group<theader>標籤。
table-footer-group<tfooter>標籤。