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


Please Help Members By Posting Answers For Below Questions

How to create sub sub navigation with html5 css3.

922


What are the versions of html?

388


What is html antiforgerytoken ()?

463


Can elements be overlapped in xhtml or not?

416


Explain some of the common lists to design a web page.

462






What is the difference between xhtml, html 4 and html 5?

449


What is a rowspan?

445


Is html5 supported by all browsers?

439


What is header and footer?

444


What is a dl list?

503


Will width property uses full width of browser?

461


What is meta tag in html?

440


What minimum things do you have to do in order to include bootstrap & boostrap js in a project/ html document.

426


What does double butted mean?

442


How do I link an image to something?

505