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 is the use of section tag?
What is the code for change every 3rd li color of ul with css.
What is the container or wrapper div?
What is the use of <fieldset>?
How to give two images in background.
How to insert a copyright symbol on a browser page?
What is Geolocation API in HTML?
How to transferring user to new web page automatically?
What is html and how is it used?
What is wrong with my <meta> tags?
How do you tag?
Which elements have been deleted in html5?