topical media & game development

talk show tell print

basic-web-html-appendix-ai-eg08.htm / htm



  <html>
    <head>
      <title>Example of bgcolor Attribute</title>
    </head>
    <body bgcolor="#efefef">
        <h2>Example of the bgcolor Attribute</h2>
        <table bgcolor="#999999">
          <tr>
            <th bgcolor="#cccccc">Heading One</th>
            <th bgcolor="#cccccc">Heading Two</th>
          </tr>
          <tr bgcolor="#f2f2f2">
            <td>Cell One</td>
            <td>Cell Two</td>
          </tr>
          <tr>
            <td>Cell Three</td>
            <td>Cell Four</td>
          </tr>
    </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.