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 media-related elements in html5?
How many types of html are there?
How do you use meta in html?
How many tags are defined in xhtml 1.0?
What are title tags?
Can I just put the XML declaration on top of existing HTML documents? Can I intermix HTML 4.01 and XHTML documents?
How do I get out of a frameset?
How do I create keywords for my website?
What is network in application cache?
Explain cell padding and cell spacing.
. Are the HTML tags and elements the same thing?
What is tagging used for?