topical media & game development

talk show tell print

basic-css-17-Exercises-exercise17-1.xml / xml



  <?xml version="1.0" encoding="ISO-8859-1"?>
  <?xml-stylesheet type="text/css" href="exercise17-1.css"?>
  <body>
      <table>
          <caption>
              Table: My favorite movies.
          </caption>
          <colgroup>
              <col id='movie' />
              <col id='cast' />
              <col id='genre' />
              <col id='year' />
          </colgroup>
          <thead>
              <tr>
                  <th> movie            </th>
                  <th> stars            </th>
                  <th> genre            </th>
                  <th> year             </th>
              </tr>
          </thead>
          <tbody>
              <tr>
                  <td> Bruce Almighty                 </td>
                  <td> Jim Carrey, Jennifer Aniston.. </td>
                  <td> Comedy                         </td>
                  <td> 2003                           </td>
              </tr>
              <tr>
                  <td> The Lord of the Rings, the 
                       Fellowship of the Ring 
                       (Extended Edition)             </td>
                  <td> Elijah Wood,  Viggo Mortensen..</td>
                  <td> Action / Adventure             </td>
                  <td> 2002                           </td>
              </tr>
              <tr>
                  <td> The Last Samurai               </td>
                  <td> Ken Watanabe, Tom Cruise..     </td>
                  <td> Action / Drama                 </td>
                  <td> 2004                           </td>
              </tr>
          </tbody>
      </table>
  </body>


(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.