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 role of html?
How to increase the font size in html?
What are the types of HTML?
Explain what other advantages does html5 have?
How many types of lists are available in html?
How do you pronounce tag heuer?
How do you spell lable or label?
What are the entities in html?
How do you use tags?
What does a html stand for?
How do you display a video in HTML 5?
Do all character entities display properly on all systems?