home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 April / PCWorld_2001-04_cd.bin / Komunik / Amaya / WinNT2000 / amaya-WindowsNT-4.3.exe / _SETUP.1 / structure.html < prev    next >
Encoding:
Extensible Markup Language  |  2000-11-10  |  2.6 KB  |  64 lines

  1. <?xml version="1.0" encoding="iso-8859-1"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  3.     "DTD/xhtml1-1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml">
  5. <head>
  6.   <title>HTML Document Structure</title>
  7.   <meta name="GENERATOR" content="amaya V4.0" />
  8.   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  9. </head>
  10.  
  11. <body xml:lang="en" lang="en">
  12.  
  13. <table border="0" width="100%" summary="toc">
  14.   <tbody>
  15.     <tr>
  16.       <td><p><img border="0" alt="W3C" src="../../../Icons/WWW/w3c_home" />
  17.         <img border="0" alt="Amaya" src="../../Icons/amaya.gif" /></p>
  18.       </td>
  19.       <td><p align="right"><a href="infoTypes.html"><img alt="previous"
  20.         border="0" src="../../Icons/left.gif" /></a> <a
  21.         href="../Manual.html#There"><img alt="top" border="0"
  22.         src="../../Icons/up.gif" /></a> <a href="headings.html"><img
  23.         alt="next" border="0" src="../../Icons/right.gif" /></a></p>
  24.       </td>
  25.     </tr>
  26.   </tbody>
  27. </table>
  28.  
  29. <div id="HTML">
  30. <h1>HTML Document Structure</h1>
  31.  
  32. <p>HTML documents are fairly flat in structure - rather than having sections
  33. that contain subsections, division of text is usually marked by different
  34. level <a href="headings.html">heading elements</a> which are alongside
  35. paragraph and other block elements. There is the <code>DIV</code> element
  36. which is provided to group together a section into a single division - to use
  37. it select the section (including its heading) you want to form part of the
  38. group and then select the option <strong>DIV</strong> from the
  39. <strong>Types</strong> menu (or use the keyboard shortcut <kbd>Ctrl-t,
  40. Ctrl-v</kbd> in unix).</p>
  41.  
  42. <p>There is a special structure in HTML - the link, which makes the Web a web.
  43. Further information about <a href="../Links.html">how to create links</a>, and
  44. <a href="../Tables.html">how to create tables</a>, is provided in the <a
  45. href="../Manual.html">user manual section</a> of the documentation.</p>
  46.  
  47. <p>A normal HTML page should include <a href="../Creating.html#Changing">a
  48. title</a>, <a href="headings.html">a level one heading</a>, and <a
  49. href="address.html">an address or some information about the author</a>. It
  50. may also include paragraphs, lists, images, tables, and content organised into
  51. subsections with different levels of headings.</p>
  52. </div>
  53.  
  54. <p align="right"><a href="infoTypes.html"><img alt="previous" border="0"
  55. src="../../Icons/left.gif" /></a> <a href="../Manual.html#There"><img
  56. alt="top" border="0" src="../../Icons/up.gif" /></a> <a
  57. href="headings.html"><img alt="next" border="0" src="../../Icons/right.gif"
  58. /></a></p>
  59. <hr />
  60.  
  61. <p></p>
  62. </body>
  63. </html>
  64.