topical media & game development
basic-web-html-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>Beginning Web Programming</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>
</div>
<p>All of the code examples for the book are in this folder. Click on the links to see the examples for that chapter. You can then select the individual examples. Once you have looked at an example, click the back button in your browser once to return to the menu of examples for that chapter.</p>
<table>
<tr><td><a href="@htm-basic-web-html-01-index.html">Chapter 1</a></td><td>Creating Structured Documents</td></tr>
<tr><td><a href="@htm-basic-web-html-02-index.html">Chapter 2</a></td><td>Links and Navigation</td></tr>
<tr><td><a href="@htm-basic-web-html-03-index.html">Chapter 3</a></td><td>Images, and Objects</td></tr>
<tr><td><a href="@htm-basic-web-html-04-index.html">Chapter 4</a></td><td>Tables</td></tr>
<tr><td><a href="@htm-basic-web-html-05-index.html">Chapter 5</a></td><td>Forms</td></tr>
<tr><td><a href="@htm-basic-web-html-06-index.html">Chapter 6</a></td><td>Frames</td></tr>
<tr><td><a href="@htm-basic-web-html-07-index.html">Chapter 7</a></td><td>CSS</td></tr>
<tr><td><a href="@htm-basic-web-html-08-index.html">Chapter 8</a></td><td>More CSS</td></tr>
<tr><td><a href="@htm-basic-web-html-09-index.html">Chapter 9</a></td><td>Page Layout</td></tr>
<tr><td><a href="@htm-basic-web-html-10-index.html">Chapter 10</a></td><td>Design Issues</td></tr>
<tr><td><a href="@htm-basic-web-html-11-index.html">Chapter 11</a></td><td>Learning JavaScript</td></tr>
<tr><td><a href="@htm-basic-web-html-12-index.html">Chapter 12</a></td><td>JavaScript Examples</td></tr>
<tr><td><a href="@htm-basic-web-html-appendix-index.html">Appendix I</a></td><td>Deprecated Markup</td></tr>
</table>
<p class="footer">To see the code behind any page, remember you go to the <kbd>View</kbd> menu on your browser and select the <kbd>View Source</kbd> 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.