Styles for Table Elements
Short List
With CSS, we can apply styles to the table if we want to.
Examples[ skip ] | |
| Description | CSS Syntax |
|---|---|
| width | width |
| vertical alignment | vertical-align |
| border color | border-color |
| border width | border-width |
| borderstyle | border-style |
| font | font |
| background color | background-color |
| foreground color | color |
| background images | background-image |
| etc. | |
Explanation
- The styles in this short list are just some examples.
- There are more:
styles for the table overall;
styles for its caption;
styles for its each of its cells.
