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 different types of storage in HTML 5?
Define attributes in html tag.
How do you use #tag?
What is html server?
How is HTML5 different from HTML4?
How fontsize and font size is differ in dhtml?
Why aren't my frames the exact size I specified?
What happens if there is no text between the tags? Does this affect the display of the html file?
Please explain empty elements in html?
How do you use a title tag?
Is xhtml still used 2018?
Who Created html?