Page 114 - TP_Pluse_V2.2_Class_7
P. 114
Using Color Property
The color property is used to specify the text colour. For example:
<STYLE>
TABLE, TH, TD
{
border:2px;
border-style:solid;
border-color:green;
background-color:orange;
color:blue;
}
</STYLE>
Attributes of the <TD> Tag
Following are the attributes used to present the cell or table data in more effective manner:
ROWSPAN: The ROWSPAN attribute applies when a cell is extended for more than one row, that
is, the cell spans for 2 or more rows instead of 1 as shown in below table.
Category Types
Badminton
Sports Football
Basketball
Judo
Martial Arts
Karate
Here, the cell “Sports” is taking a span of 3 rows and “Martial Arts” is taking a span of 2 rows.
112 Plus (Ver. 2.2)-VII

