topical media & game development
basic-web-html-appendix-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>Appendix I: Deprecated and Browser Specific Markup</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>Appendix I: Deprecated and Browser Specific Markup</h2>
<p>Here are the examples for Appendix I, which looks at deprecated markup and browser specific elements and attributes.</p>
<h2>Fonts</h2>
<table>
<tr><td><a href="@htm-basic-web-html-appendix-ai-eg01.html">ai-eg01.html</a></td><td>The <code><font></code> Element</td></tr>
<tr><td><a href="@htm-basic-web-html-appendix-ai-eg02.html">ai-eg02.html</a></td><td>Font sizes</td></tr>
<tr><td><a href="@htm-basic-web-html-appendix-ai-eg03.html">ai-eg03.html</a></td><td>The <code>text</code> attribute</td></tr>
<tr><td><a href="@htm-basic-web-html-appendix-ai-eg04.html">ai-eg04.html</a></td><td>The <code><basefont></code> Element</td></tr>
<tr><td><a href="@htm-basic-web-html-appendix-ai-eg05.html">ai-eg05.html</a></td><td>The <code><s></code> and <code><strike></code> Elements</td></tr>
<tr><td><a href="@htm-basic-web-html-appendix-ai-eg06.html">ai-eg06.html</a></td><td>The <code><u></code> Element</td></tr>
<tr><td><a href="@htm-basic-web-html-appendix-ai-eg07.html">ai-eg07.html</a></td><td>The <code><listing></code>, <code><plaintext></code> and <code><xmp></code> Elements</td></tr>
</table>
<h2>Backgrounds</h2>
<table>
<tr><td><a href="@htm-basic-web-html-appendix-ai-eg08.html">ai-eg08.html</a></td><td>The <code>bgcolor</code> Attribute</td></tr>
<tr><td><a href="@htm-basic-web-html-appendix-ai-eg09.html">ai-eg09.html</a></td><td>The <code>background</code> Attrbute</td></tr>
</table>
<h2>Formatting</h2>
<table>
<tr><td><a href="@htm-basic-web-html-appendix-ai-eg10.html">ai-eg10.html</a></td><td>The <code><center></code> Element</td></tr>
<tr><td><a href="@htm-basic-web-html-appendix-ai-eg11.html">ai-eg11.html</a></td><td>The <code>align</code> Attribute</td></tr>
<tr><td><a href="@htm-basic-web-html-appendix-ai-eg12.html">ai-eg12.html</a></td><td>The <code>width</code> Attribute</td></tr>
<tr><td><a href="@htm-basic-web-html-appendix-ai-eg13.html">ai-eg13.html</a></td><td>The <code>height</code> Attribute</td></tr>
<tr><td><a href="@htm-basic-web-html-appendix-ai-eg14.html">ai-eg14.html</a></td><td>The <code>vpsace</code> Attribute</td></tr>
<tr><td><a href="@htm-basic-web-html-appendix-ai-eg15.html">ai-eg15.html</a></td><td>The <code>hspace</code> Attribute</td></tr>
<tr><td><a href="@htm-basic-web-html-appendix-ai-eg16.html">ai-eg16.html</a></td><td>The <code>clear</code> Attribute</td></tr>
</table>
<table>
<h2>Links</h2>
<tr><td><a href="@htm-basic-web-html-appendix-ai-eg17.html">ai-eg17.html</a></td><td>The <code>link</code> attributes</td></tr>
</table>
<table>
<h2>Lists</h2>
<tr><td><a href="@htm-basic-web-html-appendix-ai-eg18.html">ai-eg18.html</a></td><td>The <code>start</code> Attribute</td></tr>
<tr><td><a href="@htm-basic-web-html-appendix-ai-eg19.html">ai-eg19.html</a></td><td>The <code>value</code> Attribute</td></tr>
<tr><td><a href="@htm-basic-web-html-appendix-ai_eg20.html">ai-eg20.html</a></td><td>The <code>type</code> Attribute</td></tr>
<tr><td><a href="@htm-basic-web-html-appendix-ai-eg21.html">ai-eg21.html</a></td><td>The <code><dir></code> and <code><menu></code> Elements</td></tr>
</table>
<h2>Tables</h2>
<table>
<tr><td><a href="@htm-basic-web-html-appendix-ai-eg22.html">ai-eg22.html</a></td><td>The <code>nowrap</code> Attribute</td></tr>
</table>
<h2>Misc</h2>
<table>
<tr><td><a href="@htm-basic-web-html-appendix-ai-eg23.html">ai-eg23.html</a></td><td>The <code>border</code> Attribute</td></tr>
<tr><td><a href="@htm-basic-web-html-appendix-ai-eg24.html">ai-eg24.html</a></td><td>The <code><isindex></code> Element</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.