Public · Protected · Private
HTML5 col Tag
Type: Public  |  Created: 2012-03-29  |  Frozen: Yes
« Previous Public Blog Next Public Blog »
Comments
  • represents a column in column group <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>
    2012-04-24 06:38
This blog is frozen. No new comments or edits allowed.