How can you have different number of cells for each row of
a table?

Answers were Sorted based on User's Feedback



How can you have different number of cells for each row of a table? ..

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

How can you have different number of cells for each row of a table? ..

Answer / ravi

Answer posted by Rakesh (@ above) is wrong.

Is This Answer Correct ?    1 Yes 0 No

How can you have different number of cells for each row of a table? ..

Answer / rakesh

<TABLE>
<TR>
<TD>&nbsp;</TD>
<TD>&nbsp;</TD>
</TR>
<TR>
<TD>&nbsp;</TD>
<TD>&nbsp;</TD>
</TR>
</TABLE>

Is This Answer Correct ?    2 Yes 7 No

Post New Answer

More HTML DHTML Interview Questions

How to set colors to borders in html?

0 Answers  


What is a text tag?

0 Answers  


What are the advantages of flash?

0 Answers  


What is the difference between html5 application cache and regulate html browser cache?

0 Answers  


A joke of a question asked at Extentia by an extremely intelligent HUMAN. What is the difference between AJAX and Jquery ?

1 Answers  






How to create mail and phone link in html?

0 Answers  


What is the difference between basefont and font tag?

0 Answers  


Is edge better than chrome?

0 Answers  


How do I get a counter?

1 Answers  


What is html5 routing?

0 Answers  


Which is better html or html5?

0 Answers  


Can you create a multi-colored text on a web page?

0 Answers  


Categories