Home | Web Design Tutorials | Free Graphics | Newsletter | Products | Specials | SEO | Sound Effects | Member Perks | Member Login |
HTML Colgroup Tag Tutorial
Browser Support
The colgroup tag is similar to the col tag. It allows you to apply HTML attributes and CSS styles to an entire table column at once, only with the colgroup you can group multiple columns together.
The colgroup tag can only be used with the table element. Here's an example of usage: <table width="460" border="1"> <colgroup span="2" style="width: 140px;"></colgroup> <colgroup style="background-color: #cdc;" width="60"></colgroup> <tr> <th>Product</th> <th>Description</th> <th>Price</th> </tr><tr> <td>CSS Made Easy</td> <td>Learn CSS the easy way.</td> <td>$27.00</td> </tr><tr> <td>Tables Made Easy</td> <td>All about HTML tables.</td> <td>$17.00</td> </tr> </table> Notice the first colgroup shows span="2" as an attribute and value. This is how multiple columns are grouped together. Close one colgroup before opening another. Note that you should not place any content between the opening <colgroup> tag and the closing </colgroup> tag. While the "colgroup" element is supported by all major browsers, Firefox doesn't recognize many HTML attributes or CSS styles you should be able to use with it, so you'll need to test what works and what doesn't in Firefox when you use this element. Here's how that table looks on a web page:
Based on your interest in this tutorial you may also be interested in:
This concludes the HTML Col Tag Tutorial.
|
If you want your web site to rank high in the search engines . . . what are you going to do to get it there? Check out my search engine optmization guide, SEO for YOU: Search Engine Optimization for Ordinary Everyday People!
Check out SEO for YOU now! Almost a NewsletterSubscribe today for exclusive website design tutorials and grab some free gifts to boot! Learn more, or subcribe below:Did you know...The member's site has about 100 standards compliant HTML and CSS tutorials, 31 handy reference charts, reprintable content, web graphics, exclusive fonts, free software, free ebooks and more? All this for less than 9 cents a day! [ Details ] |
|||||||||
Home | Web Design Tutorials | Free Graphics | Newsletter | Products | Specials | SEO | Sound Effects
Sitemap | Member Perks | Member Login | About BoogieJack.com | Contact | Privacy Policy | Copyright Policy | Links
|