topical media & game development

talk show tell print

basic-web-html-06-ch06-eg01.htm / htm



  <?xml version="1.0" encoding="iso-8859-1"?>
  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
  <html>
  <head>
    <title>Frames example</title>
  </head>
  
  <frameset rows="150, *, 100">
      <frame src="basic-web-html-06-frames-top-frame.htm" />
      <frame src="basic-web-html-06-frames-main-frame.htm" />
      <frame src="basic-web-html-06-frames-bottom-frame.htm" />
      <noframes><body>This site uses a technology called frames. Unfortunately, your browser does
        not support this technology. Please upgrade your browser and visit us again!</body></noframes>
  </frameset>
  </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.