1.

Write a short note on colspan.

Answer»

To span two adjacent cells in a column, use the COLSPAN attribute with

<TH> or <TD>, 

as follows:

<TD COLSPAN = 2>



Discussion

No Comment Found