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?

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

Is innerhtml a string?

961


Why are there both numerical and named character entity values?

1021


What is the role of html?

905


Are there any advantages of grouping checkboxes in html?

844


Do web developers use html?

875


What is application cache in HTML5?

957


Why hyperlink is used?

945


How do you use important?

893


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

873


What does it mean when code is deprecated?

888


Can you change the color of bullets?

1077


How many types of heading does an html contain?

1373


What is html short answer?

920


What are html controls?

853


What is closing tag in html?

1052