Browse the glossary using this index

Special | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z | ALL

T

Table - HTML

The structure of a table is defined in HTML by the <table> tag. Each row of cells is defined by the <tr> tag.

More in this course
More in W3schools


Table-CSS

Tables, like any HTML element, can be styled using CSS.

More in this course
More in W3schools