Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

table properties css

/* Border-collapse: The border-collapse property sets whether the table borders should be collapsed into a single border: */
border-collapse: separate;

/* Empty-cells: Used to show or hide borders and backgrounds of table cells that have no visible content. */
empty-cells: show;

/* Caption Side: The caption side property is used for controlling the placement of the caption in the table. By default, captions are placed above the table. */
caption-side: top;
Source by madni.hashnode.dev #
 
PREVIOUS NEXT
Tagged: #table #properties #css
ADD COMMENT
Topic
Name
6+1 =