topical media & game development

talk show tell print

basic-web-html-06-index.htm / htm



  <?xml version="1.0" ?>
  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
  
  <head>
    <title>Chapter 6: Framesets</title>
    <link rel="stylesheet" type="text/css" href="basic-web-html-css-examplestyles.css" />
  </head>
  
  <body>
  <div class="heading">
    <h1>Beginning Web Programming - Code Examples</h1>
    <a href="@htm-basic-web-html-index.html">Back to main book index</a>
  </div>
  
  <h2>Chapter 6: Framesets</h2>
  <p>Here are the examples for Chapter 6, which looks at how to create framesets.</p>
  
  <h3>Framesets</h3>
  <table>
    <tr><td><a href="@htm-basic-web-html-06-ch06-eg01.html">ch06-eg01.html</a></td><td>A basic frameset</td></tr>
    <tr><td><a href="@htm-basic-web-html-06-ch06-eg02.html">ch06-eg02.html</a></td><td>10 pixel border</td></tr>
    <tr><td><a href="@htm-basic-web-html-06-ch06-eg03.html">ch06-eg03.html</a></td><td>10 pixel frameborder</td></tr>
    <tr><td><a href="@htm-basic-web-html-06-ch06-eg04.html">ch06-eg04.html</a></td><td>No frameborder</td></tr>
    <tr><td><a href="@htm-basic-web-html-06-ch06-eg05.html">ch06-eg05.html</a></td><td>25 pixel framespacing</td></tr>
    <tr><td><a href="@htm-basic-web-html-06-ch06-eg06.html">ch06-eg06.html</a></td><td>Links between frames</td></tr>
    <tr><td><a href="@htm-basic-web-html-06-ch06-eg07.html">ch06-eg07.html</a></td><td>Nested frame</td></tr>
    <tr><td><a href="@htm-basic-web-html-06-books.html">Try it out</a></td><td>Book previewer</td></tr>
    <tr><td><a href="@htm-basic-web-html-06-ch06-eg08.html">ch06-eg08.html</a></td><td>An iframe</td></tr>
    <tr><td><a href="@htm-basic-web-html-06-iframe.html">Try it out</a></td><td>Fruit in inline frame</td></tr>
  </table>
  <h3>Exercises</h3>
  <table>
    <tr><td><a href="@htm-basic-web-html-06-Exercise1.html">Exercise 1</a></td><td>Fruit facts</td></tr>
    <tr><td><a href="@htm-basic-web-html-06-Exercise2.html">Exercise 2</a></td><td>Football players in inline frame</td></tr>
  </table>
  
  <p class="footer">To see the code behind any page, remember you go to the View menu on your browser and select the View Source option.</p>
  </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.