topical media & game development

talk show tell print

basic-web-html-03-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 3: Images and Objects</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 3: Images and Objects</h2>
  <p>Here are the examples for Chapter 3, which looks at images and objects.</p>
  
  <h3>Images, and Objects</h3>
  <table>
    <tr><td><a href="@htm-basic-web-html-03-ch03-eg01.html">ch03-eg01.html</a></td><td>Adding an image using the <code>&lt;img&gt;</code> element</td></tr>
    <tr><td><a href="@htm-basic-web-html-03-ch03-eg02.html">ch03-eg02.html</a></td><td>The <code>height</code> and <code>width</code> attributes</td></tr>
    <tr><td><a href="@htm-basic-web-html-03-ch03-eg03.html">ch03-eg03.html</a></td><td>The <code>hspace</code> and <code>vspace</code> attributes</td></tr>
    <tr><td><a href="@htm-basic-web-html-03-ch03-eg04.html">ch03-eg04.html</a></td><td>The <code>longdesc</code> attribute</td></tr>
    <tr><td><a href="@htm-basic-web-html-03-fruit.html">Try it out</a></td><td>Adding images to a document</td></tr>
    <tr><td><a href="@htm-basic-web-html-03-ch03-eg05.html">ch03-eg05.html</a></td><td>Adding a flash movie to a page</td></tr>
    <tr><td><a href="@htm-basic-web-html-03-ch03-eg06.html">ch03-eg06.html</a></td><td>Using images as links</td></tr>
    <tr><td><a href="@htm-basic-web-html-03-ch03-eg07.html">ch03-eg07.html</a></td><td>A client-side image map</td></tr>
  </table>
  <h3>Exercise</h3>
    <tr><td><a href="@htm-basic-web-html-03-exercise1.html">exercise1.html</a></td><td></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.