Recommend a table style with Th,colgroup,col definition _ Experience Exchange

Source: Internet
Author: User
Define the style for each column of the table, without having to add a bunch of classes to each TD, and take advantage of Th,colgroup,col and other attributes to easily fix ^_^
The code is as follows:
Copy CodeThe code is as follows:










































TagName ClassName CSS
Table Demo Border-collapse:collapse;
Color: #454545;
font:11px/150% Verdana, Arial, Helvetica, Sans-serif;
Th PADDING:3PX 7px;
border:1px solid #f60;
border-width:2px 1px 1px;
Background: #ffffe1;
Td PADDING:3PX 7px;
border:1px solid #f60;
Col Col1 Text-align:right;
Background: #f5f5f5;
Col Col2 Color: #00c;
Col Col3 Font-style:italic;


To stimulate, more effect by you DIY!
<style> table. Demo {border-collapse:collapse; Color: #454545; font:11px/150% Verdana, Arial, Helvetica, Sans-serif; } table. Demo th {padding:3px 7px; border:1px solid #f60; border-width:2px 1px 1px; Background: #ffffe1; } table. Demo td {Padding:3px 7px; border:1px solid #f60; } table. Demo Col. Col1 {text-align:right; Background: #f5f5f5; } table. Demo Col. Col2 {color: #00c;} table. Demo Col. Col3 {font-style:italic;} </style> <table class= "Demo" > <tr> <th>TagName</th> <th>ClassName</th> <th>CSS</th> </tr> <colgroup> <col class= "Col1"/&G T <col class= "Col2"/> <col class= "Col3"/> </colgroup> <tr> <td>table</td> <td>Demo</td> <td>border-collapse:collapse;color: #454545; font:11px/150% Verdana, Arial, Helve TICA, sans-serif;</td> </tr> <tr> <td>th</td> <td></td> <td>padding:3px 7px;border:1px solid #f60; border-width:2px 1px 1px;ba Ckground: #ffffe1;</td> </tr> <tr> <td>td</td> <td></td> <td >padding:3px 7px;border:1px solid #f60;</td> </tr> <tr> <td>col</td> <td >Col1</td> <td>text-align:right;background: #f5f5f5;</td> </tr> <tr> <td& Gt;col</td> <td>Col2</td> <td>color: #00c;</td> </tr> <tr> <t d>col</td> <td>Col3</td> <td>font-style:italic;</td> </tr> </table&gt ;
[Ctrl + A full selection Note: If you need to introduce external JS need to refresh to execute]
  • Related Article

    Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.