topical media & game development

talk show tell print

basic-web-html-06-frames-fruitNav.htm / htm



  <?xml version="1.0" encoding="iso-8859-1"?>
  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  <html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <title>Navigation</title>
    <style type="text/css">img {border-style:none; border-width:0px;}</style>
  </head>
  <body>
  <h1> Navigation </h1>
  <p>Click on the fruit to find out more about it.</p>
  <a href="basic-web-html-06-frames-apple.htm" target="main_frame"><img src="../images/apple.jpg" alt="apple" /></a>
  <a href="basic-web-html-06-frames-orange.htm" target="main_frame"><img src="../images/orange.jpg" alt="orange" /></a>
  <a href="basic-web-html-06-frames-banana.htm" target="main_frame"><img src="../images/banana.jpg" alt="banana" /></a>
  </body>
  </html>
  


(C) Æliens 21/08/2009

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.