HTML/CSS Table Reference

HTML Reference

Tag Name Description
<table> Table The wrapper element for all HTML tables.
<thead> Table Head The set of rows defining the column headers in a table.
tr Table Row The table row container.
td Table Data The table data container
tfoot Table Foot The set of rows defining the footer in a table.

CSS Reference

Tag Values Name Description
visibility visible, hidden, collapse Visibility Shows or hides an element without changing the layout of a document. Applies to <table>s
:nth-child([]) odd, even, 3 Nth child Allows an patterened style to be applied to a table's rows/columns
More to be added!