table border
| Name | Course |
| Daisy | BSIT |
| Joy | BSCS |
table, th, td {
border: 1px solid #9b5de5;
}
border-spacing: 8px
table {
border-collapse: separate;
border-spacing: 8px;
}
caption-side: bottom
Table 1: Student Records
| Name | Score |
| Daisy | 95 |
| Joy | 90 |
table { caption-side: bottom; }
empty-cells: hide
table { empty-cells: hide; }
table-layout: fixed
| Name | Description |
| Daisy Joy | A very long description that gets clipped |
table { table-layout: fixed; }