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 relation between xhtml and css?
How to create a hello world page in xhtml?
How we can display our web page icon in browser using html?
What is an alt tag for an image?
Does html5 work on internet explorer?
What are the three main aims of html5?
What are the different types of storage in HTML 5?
What does the a tag stand for?
Is br a container tag?
What are the web storages present in html5?
What is doctype used for in html?
How do you get a picture in html?
What does a html stand for?
What is the advantage of collapsing white space?
What are the advantages of html?