A table can be written out as an HTML 4.01
TABLE
element, suitable for use as a web page or insertion into one.
There are two variants:
-
HTML
- A freestanding HTML document, complete with HTML, HEAD and BODY
tags is output.
-
HTML-element
- Only the TABLE element representing the table is output;
this should normally be embedded in a larger HTML document before use.