-
table element encloses the whole table
- It must have a summary attribute for accessibility
- Optional caption element appears first
- Optionally followed by col and colgroup elements
- Optionally followed by:
-
thead heading element enclosing a number of tr row elements
-
tfoot footer element enclosing a number of tr row elements
- Followed by either:
-
tbody body elements enclosing a number of tr row elements
-
tr row elements if no thead, tfoot or tbody elements
- Each tr row has a sequence of tagged data items (th or td)
- th for headings
- td for data entries