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 |
What are the new image elements in HTML5?
What is the use of Canvas Element in HTML5?
How do I make sure my framed documents are displayed inside their frameset?
Why isn't XHTML2 backwards compatible?
How to make text vertical allign center in div.
How do you insert a comment in HTML?
In html5, what is a microdata?
Which type of video formats are supported by html5?
What is html and its functions?
What are some new input attributes in HTML5?
Tell me what purpose does html5 serve?
Is meta title important?