Tables are not standard HTML - HTML 3.2 includes a subset of the table markup that has been widely deployed by Netscape. The experimental HTML Tables specification (RFC1942) has been ratified as an IETF proposed standard BUT IS NOT A STANDARD.
Netscape TABLE TAGS (Netscape, Tables)
<TABLE ...></TABLE> <TR ...></TR> <TD ...></TD> <TH ...></TH> <CAPTION ...></CAPTION> ------------------------------------------------------------------------ TABLE ATTRIBUTES BORDER ALIGN VALIGN NOWRAP COLSPAN ROWSPAN ------------------------------------------------------------------------ MISC TABLE TAGS BORDER=<value> CELLSPACING=<value> CELLPADDING=<value> WIDTH=<value_or_percent>
Copyright © 1996 Pris Sears, All Rights Reserved