home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="iso-8859-1"?>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "DTD/xhtml1-1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <title>HTML Document Structure</title>
- <meta name="GENERATOR" content="amaya V4.0" />
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
- </head>
-
- <body xml:lang="en" lang="en">
-
- <table border="0" width="100%" summary="toc">
- <tbody>
- <tr>
- <td><p><img border="0" alt="W3C" src="../../../Icons/WWW/w3c_home" />
- <img border="0" alt="Amaya" src="../../Icons/amaya.gif" /></p>
- </td>
- <td><p align="right"><a href="infoTypes.html"><img alt="previous"
- border="0" src="../../Icons/left.gif" /></a> <a
- href="../Manual.html#There"><img alt="top" border="0"
- src="../../Icons/up.gif" /></a> <a href="headings.html"><img
- alt="next" border="0" src="../../Icons/right.gif" /></a></p>
- </td>
- </tr>
- </tbody>
- </table>
-
- <div id="HTML">
- <h1>HTML Document Structure</h1>
-
- <p>HTML documents are fairly flat in structure - rather than having sections
- that contain subsections, division of text is usually marked by different
- level <a href="headings.html">heading elements</a> which are alongside
- paragraph and other block elements. There is the <code>DIV</code> element
- which is provided to group together a section into a single division - to use
- it select the section (including its heading) you want to form part of the
- group and then select the option <strong>DIV</strong> from the
- <strong>Types</strong> menu (or use the keyboard shortcut <kbd>Ctrl-t,
- Ctrl-v</kbd> in unix).</p>
-
- <p>There is a special structure in HTML - the link, which makes the Web a web.
- Further information about <a href="../Links.html">how to create links</a>, and
- <a href="../Tables.html">how to create tables</a>, is provided in the <a
- href="../Manual.html">user manual section</a> of the documentation.</p>
-
- <p>A normal HTML page should include <a href="../Creating.html#Changing">a
- title</a>, <a href="headings.html">a level one heading</a>, and <a
- href="address.html">an address or some information about the author</a>. It
- may also include paragraphs, lists, images, tables, and content organised into
- subsections with different levels of headings.</p>
- </div>
-
- <p align="right"><a href="infoTypes.html"><img alt="previous" border="0"
- src="../../Icons/left.gif" /></a> <a href="../Manual.html#There"><img
- alt="top" border="0" src="../../Icons/up.gif" /></a> <a
- href="headings.html"><img alt="next" border="0" src="../../Icons/right.gif"
- /></a></p>
- <hr />
-
- <p></p>
- </body>
- </html>
-