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"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <title>HTML Document Structure</title>
- <meta name="GENERATOR" content="amaya 6.1, see http://www.w3.org/Amaya/" />
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
- <style type="text/css">
- </style>
- <link href="../style.css" rel="stylesheet" type="text/css" />
- </head>
-
- <body xml:lang="en" lang="en">
-
- <table border="0" width="100%" summary="toc">
- <tbody>
- <tr>
- <td><p><img border="0" alt="W3C" src="../../images/w3c_home" /> <img
- border="0" alt="Amaya" src="../../images/amaya.gif" /></p>
- </td>
- <td><p align="right"><a href="infoTypes.html"><img alt="previous"
- border="0" src="../../images/left.gif" /></a> <a
- href="../HTML.html"><img alt="top" border="0"
- src="../../images/up.gif" /></a> <a href="headings.html"><img
- alt="next" border="0" src="../../images/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>
- </body>
- </html>
-