Alignment and Spanning

Go to the Navigation pageHelpExitBackNext

The COLSPAN Attribute
At the top of the "Tabula Rasa" page, a single cell spans three columns. This is accomplished with the COLSPAN=3 attribute in the <TD> tag for that cell. As you might guess, you can also use the ROWSPAN attribute to create a cell that spans more than one row. We'll see that at work shortly.