css properties
1. caption-side
2.table-layout
3.empty-cells
caption-side: (top | bottom | left | right)
This is used to define the position of a caption in a table.
table-layout: (auto | fixed)
The CSS table-layout property allows you to fix the table layout so that the table renders much faster.
empty-cells:...
ramustar.hashnode.dev1 min read