Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

What is the role of html?

0 Answers  


How to increase the font size in html?

0 Answers  


What are the types of HTML?

1 Answers   Four soft,


Explain what other advantages does html5 have?

0 Answers  


How many types of lists are available in html?

0 Answers  


How do you pronounce tag heuer?

0 Answers  


How do you spell lable or label?

0 Answers  


What are the entities in html?

0 Answers  


How do you use tags?

0 Answers  


What does a html stand for?

0 Answers  


How do you display a video in HTML 5?

0 Answers   MindCracker,


Do all character entities display properly on all systems?

0 Answers  


Categories