Sample HTML Tables
Demo of RowSpan Attribute
Row 1 Col 1
Row 1 Col 2
Row 1 Col 3
Row 2 Col 1
Row 2 Col 2 SPANS 2 ROWS
Row 2 Col 3
Row 3 Col 1
Row 3 Col 2
Demo of ColSpan Attribute
Row 1 Col 1
Row 1 Col 2
Row 1 Col 3
Row 2 Col 1
Row 2 Col 2 SPANS 2 COLUMNS
Row 3 Col 1
Row 3 Col 2
Row 3 Col3