Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

html table colgroup

<table>
  <colgroup>
    <col span="2" style="background-color: #D6EEEE">
  </colgroup>
  <tr>
    <th>January </th>
    <th>February </th>
    <th>March </th>
    <th>April </th>
 
PREVIOUS NEXT
Tagged: #html #table #colgroup
ADD COMMENT
Topic
Name
2+4 =