HTML Document Tables
HTML Document Tables
Page | 45
E-Content of
INTERNET TECHNOLOGY AND WEB DESIGN
• Not only do these mechanisms greatly assist users with visual disabilities, they
make it possible for multi-model wireless browsers with limited display
capabilities (e.g., Web-enabled pagers and phones) to handle tables.
• Tables should not be used purely as a means to layout document content as this
may present problems when rendering to non-visual media.
• Additionally, when used with graphics, these tables may force users to scroll
horizontally to view a table designed on a system with a larger display.
• To minimize these problems, authors should use style sheets to control layout
rather than tables.
Access a Table object
• User can access a <table> element by using getElementById().
Page | 46
E-Content of
INTERNET TECHNOLOGY AND WEB DESIGN
Table Object Methods
Page | 47