How can you have different number of cells for each row of
a table?
Answer Posted / todd vernon
By using the COLSPAN attribute of the <TD> tag.
Example:
<TABLE>
<TR>
<TD>Column 1</TD>
<TD>Comumn 2</TD>
</TR>
<TR>
<TD COLSPAN = "2">Column1 & Column 2</TD>
</TR>
</TABLE>
| Is This Answer Correct ? | 9 Yes | 6 No |
Post New Answer View All Answers
How to insert a copyright symbol on a browser page?
What are browser navigation buttons?
What is head in HTML document?
What methods are used to draw straight line using canvas?
What are the two types of tags in html?
How can I allow file uploads to my web site?
What do u mean by html tags?
What are dom levels?
Is there any tag in html to upload and download files?
Is it possible to set specific colors for table borders?
Does a hyperlink apply only to text?
What are the different types of Headings supported by HTML?
Can I specify fractional weight values such as 670 or 973 for font weight?
What are dom methods?
What do you mean by DOM?