topical media & game development

talk show tell print

basic-css-02-Tr-It-Out-example2-3.htm / htm



  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
      <html>
          <head>
              <title>Hummus</title>
              <style type='text/css' media='all'>
                  table {
                      border-width: 0px;
                      width: 500px;
                  }
                  th {
                      background: black;
                      color: white;
                  }
                  tfoot td {
                      background: #808080;
                      color: white;
                  }
              </style>
          </head>
          <body>
              <table>
                  <thead>
                      <tr>
                          <th colspan='4'>
                              Hummus
                          </th>
                      </tr>
                      <tr>
                          <th>
                              #
                          </th>
                          <th>
                              Measurement
                          </th>
                          <th>
                              Product
                          </th>
                          <th>
                              Instructions
                          </th>
                      </tr>
                  </thead>
                  <tbody>
                      <tr>
                          <td>1</td>
                          <td>#10 can</td>
                          <td>CARBONZO BEANS</td>
                          <td>DRAIN 1/2 CAN</td>
                      </tr>
                      <tr>
                          <td>15</td>
                          <td>CLOVES</td>
                          <td colspan='2'>FRESH GARLIC</td>
                      </tr>
                      <tr>
                          <td>2</td>
                          <td>TEASPOONS</td>
                          <td colspan='2'>SALT</td>
                      </tr>
                      <tr>
                          <td>8</td>
                          <td>TABLESPOONS</td>
                          <td colspan='2'>REAL LEMON JUICE</td>
                      </tr>
                      <tr>
                          <td>2</td>
                          <td>CUPS</td>
                          <td colspan='2'>TAHINI</td>
                      </tr>
                      <tr>
                          <td>2</td>
                          <td>TABLESPOONS</td>
                          <td>PARSLEY</td>
                          <td>CHOPPED</td>
                      </tr>
                  </tbody>
                  <tfoot>
                      <tr>
                          <td colspan='4'>
                               BLEND IN FOOD PROCESSOR
                          </td>
                      </tr>
                  </tfoot>
              </table>
        </body>
     </html>


(C) Æliens 20/2/2008

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.