How can you have different number of cells for each row of
a table?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / rakesh
<TABLE>
<TR>
<TD> </TD>
<TD> </TD>
</TR>
<TR>
<TD> </TD>
<TD> </TD>
</TR>
</TABLE>
| Is This Answer Correct ? | 2 Yes | 7 No |
How we can create listbox control in html?
What is a label element?
How do you pronounce hermes?
Why meta tag is used in html?
What is the use of heading tag?
What is dhtml and its features?
How do I start a website?
What does it mean when code is deprecated?
What is zhtml?
Is there a site that shows which tags work on which browsers?
How do I hide my source?
Which doctype is correct for html5?