Page 99 - CA 165 ver 1.0 Class 10
P. 99
Two rows merged together.
Three columns
merged together.
Font Size, Color, Font Name and Aligning Text in a Cell
Font size, color, font name and alignment of text can also be changed in a table by using <FONT> and
<ALIGN> attribute which are used with <TH> and <TD> tags.
<TABLE >
<TR> <TH ALIGN= “left/right/center”>
<FONT SIZE=“Value” COLOR=“Value” FACE=“Font Name”> Text </FONT> </TH>
</TR>
</TABLE>
More About HTML 97

