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
How do I rename all the files from .htm to .html after copying them from a pc to a unix machine?
What is table in excel?
How do you start a hashtag?
What is datalist in HTML 5?
What are some common lists that are used when designing a page?
What does br mean in html?
Where is the seo title?
What is syntactic rule?
What is manifest file in html5?
What is semantic markup?
How to create sub sub navigation with html5 css3.
What is the difference between div id and class?
How do you add a copyright symbol on a html page?
What is meta tag description?
What is the meaning of markup in html?