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
Is innerhtml a string?
Why are there both numerical and named character entity values?
What is the role of html?
Are there any advantages of grouping checkboxes in html?
Do web developers use html?
What is application cache in HTML5?
Why hyperlink is used?
How do you use important?
What minimum things do you have to do in order to include bootstrap & boostrap js in a project/ html document.
What does it mean when code is deprecated?
Can you change the color of bullets?
How many types of heading does an html contain?
What is html short answer?
What are html controls?
What is closing tag in html?