topical media & game development

talk show tell print

basic-css-02-Exercises-exercise2-1-html.htm / htm



  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
      <HTML>
          <HEAD>
              <TITLE>My favorite Movies</TITLE>
          </HEAD>
          <BODY>
              <TABLE BORDER=0 WIDTH=500>
                  <TR>
                      <TH COLSPAN=3 BGCOLOR=#000000>
                          <FONT COLOR=#FFFFFF>
                              My Favorite Movies
                          </FONT>
                      </TH>
                  </TR>
                  <TR>
                      <TH BGCOLOR=#000000>
                          <FONT COLOR=#FFFFFF>
                              Title
                          </FONT>
                      </TH>
                      <TH BGCOLOR=#000000>
                          <FONT COLOR=#FFFFFF>
                              Actor/Actress
                          </FONT>
                      </TH>
                      <TH BGCOLOR=#000000>
                          <FONT COLOR=#FFFFFF>
                              Genre
                          </FONT>
                      </TH>
                  </tr>
                  <TR>
                      <TD>What Dreams May Come</TD>
                      <TD>Robin Williams, Annabella Sciorra</TD>
                      <TD>Drama</TD>
                  </TR>
                  <TR>
                      <TD>Stir of Echoes</TD>
                      <TD>Kevin Bacon, Kathryn Erbe</TD>
                      <TD>Horror</TD>
                  </TR>
                  <TR>
                      <TD>Groundhog Day</TD>
                      <TD>Bill Murray, Andie MacDowell</TD>
                      <TD>Comedy</TD>
                  </TR>
              </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.