Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

HTML Table Colgroup

<table>
  <colgroup>
    <col span="2" style="background-color: #D6EEEE">
  </colgroup>
  <tr>
    <th>MON</th>
    <th>TUE</th>
    <th>WED</th>
    <th>THU</th>
...
 
PREVIOUS NEXT
Tagged: #HTML #Table #Colgroup
ADD COMMENT
Topic
Name
1+4 =