Musings
Public · Protected · Private
HTML5 colgroup Tag
-
2012-04-24 06:37Gives a freedom of coloring a tables and its columns <table> <colgroup> <col span="2" style="background-color:blue" /> <col style="background-color:red" /> </colgroup> <tr> <th>Books</th> <th>Learn</th> <th>Price</th> </tr> <tr> <td>JAVA</td> <td>EasyJAVA </td> <td>$16</td> </tr> </table>
This blog is frozen. No new comments or edits allowed.