Which tag in HTML is used to combine the cells vertically in a Table?
2 Likes
Rowspan attribute of <TD> tag is used to combine the cells vertically in a Table.
<TD>
Answered By
1 Like
What do you understand by Alternate text?
Differentiate between <TH> and <THEAD> tag.
<TH>
<THEAD>
Which tag is used to create a row in a Table?
Which sides of the Table's outside border would be visible by setting Frame = "Vsides".