How can you have different number of cells for each row of
a table?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / rakesh
<TABLE>
<TR>
<TD> </TD>
<TD> </TD>
</TR>
<TR>
<TD> </TD>
<TD> </TD>
</TR>
</TABLE>
| Is This Answer Correct ? | 2 Yes | 7 No |
What is a a tag?
. How to specify the link in HTML and explain the target attribute?
Explain web sql?
Explain what is the use of localstorage in html5?
Describe how dhtml work with javascript.
What are the differences between cell spacing and cell padding?
What is html6?
What is p tag?
How do I use forms?
Differences Between XML and HTML
What is an image map?
What are the features of dhtml?