區塊設定
| 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>標籤。 |