Tables
Syntax: The Simple Table Model is the table model that most browsers currently support. The model is from the HTML 3.2 Draft specifications which describes tables in terms of table cells grouped into row-based cell layouts.
Based on the simple table model, you can create a wide variety of tables with only five tags:
Procedure: Click each link in the Special Case column to verify that the expected results match the resulting display.
Special Case | Expected Results |
---|---|
Table with background color | |
Table with Mixed Widths | |
Large Table | |
Character Styles inside Tables | |
Images inside Tables | |
Multicolumns inside a Table | |
Table with Plug-ins | |
Nested Tables | |
Invalid Table Tags | |
Image/table overlapping |
back to Body |
back to Functional Test Suite | back to Tag Index | back to Acceptance Test | on to Stress Test |