<table>
a simple explanation can be found at http://builder.cnet.com/webbuilding/0-7302.html?tag=st.bl.3881.dir1.7302
an exhaustive description of possible attributes for the <table> tag can be
found here.
the world wide web consortium (aka w3c)
maintains the ratified specification for the <table> tag along with
documentation on its relationships to linking more broadly defined here http://www.w3.org/TR/html4/struct/tables.html
.
index.html
keeps another interactive document that provides help in using the <table> tag
at http://www.blooberry.com/indexdot/html/tagpages/t/table.htm
webreference tutorial on working
with tables is
at http://www.webreference.com/html/tutorial11/
Warning:
Much of the work with tables is being supplanted by work done with Cascading
Style Sheets (CSS). Although not all browsers fully support CSS, it is the case
that the future of tables is dim and the future of CSS is bright.
|