In addition to the basic table tags, several options are available for adding additional elements to your table. For example, if you add a border, title, and column headings to the table in the previous section, the table would then resemble the following:
TABLE TITLE |
---|
Column A | Column B |
---|
Data 1 | Data 2 |
Data 3 | Data 4 |
Data 5 | Data 6 |
The following codes generated the border, TABLE TITLE, and Column A and Column B headings for this table: