Return to Snippet

Revision: 1426
at October 6, 2006 07:08 by designerd


Updated Code
<table border="0" summary="table summary">
          <caption align="top">
            table caption
          </caption>
          <tr>
            <th scope="col"> </th>
            <th scope="col">header</th>
            <th scope="col">header</th>
            <th scope="col">header</th>
            <th scope="col">header</th>
          </tr>
          <tr>
            <th scope="row">header</th>
            <td>[#]</td>
            <td>[#]</td>
            <td>[#]</td>
            <td>[#]</td>
          </tr>
          <tr>
            <th scope="row">header</th>
            <td>[#]</td>
            <td>[#]</td>
            <td>[#]</td>
            <td>[#]</td>
          </tr>
          <tr>
            <th scope="row">header</th>
            <td>[#]</td>
            <td>[#]</td>
            <td>[#]</td>
            <td>[#]</td>
          </tr>
          <tr>
            <th scope="row">header</th>
            <td>[#]</td>
            <td>[#]</td>
            <td>[#]</td>
            <td>[#]</td>
          </tr>
        </table>

Revision: 1425
at October 6, 2006 04:58 by designerd


Initial Code
        <table border="0" summary="table summary">
          <caption align="top">
            table caption
          </caption>
          <tr>
            <th scope="col">&#160;</th>
            <th scope="col">header</th>
            <th scope="col">header</th>
            <th scope="col">header</th>
            <th scope="col">header</th>
          </tr>
          <tr>
            <th scope="row">header</th>
            <td>[#]</td>
            <td>[#]</td>
            <td>[#]</td>
            <td>[#]</td>
          </tr>
          <tr>
            <th scope="row">header</th>
            <td>[#]</td>
            <td>[#]</td>
            <td>[#]</td>
            <td>[#]</td>
          </tr>
          <tr>
            <th scope="row">header</th>
            <td>[#]</td>
            <td>[#]</td>
            <td>[#]</td>
            <td>[#]</td>
          </tr>
          <tr>
            <th scope="row">header</th>
            <td>[#]</td>
            <td>[#]</td>
            <td>[#]</td>
            <td>[#]</td>
          </tr>
        </table>

Initial URL


Initial Description


Initial Title
table with hor and vert headers and caption

Initial Tags
table, html

Initial Language
HTML