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 minimum number of html5 tags that are required to create a web page?
explain the difference between html and html5
What is ptm full form?
How to set colors to borders in html?
Give an example of new elements in html5 to support multimedia and graphics?
What is lang attribute?
How do I start html?
What are new input form validations in html5?
What is html5 used for?
What is the difference between static html and dynamic html?
What is tagging used for?
What is the use of figcaption tag in html 5?
pls suggest me the material which follows for web testing. mentionthe sites also. thank u sai4sm
if i have a parent sequence with the property set- exit on success, n the try sequence block set to exit on success, n the catch sequence block too set to failure, what is the result?
Which is the current version of html?