The <table> tag has three little-known attributes:
summary: specifies a text summary of the table for browsers that can't display it (or speech synthesis etc)
frame: controls the outer borders of the table (used in conjunction with the "border" attribute)
rules: controls the inner borders of the table (used in conjunction with the "border" attribute)
I can't really give an example of "summary" in use as I'm using IE. Maybe another time...
|
frame takes one of the following values:
rules takes one of the following values: |
|