How can you have different number of cells for each row of
a table?
Answer Posted / 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 |
Post New Answer View All Answers
What is the hierarchy that is being followed when it comes to style sheets?
What is the tag for bold in html?
How do you know if you have html5?
What is the advantage of grouping several checkboxes together?
What is the html tag for a link?
what is xhtml? Why is xhtml needed?
What are custom meta tags?
What is a hyperlink example?
What are custom attributes in html5? Explain
What does cshtml stand for?
What is the head tag used for?
What you mean by semantic html?
How to make a DIV editable in HTML?
what are technologies we use in dhtml?
What are the new features provided in HTML5?