home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 September / PCWorld_2002-09_cd.bin / Komunik / amaya / 9x / amaya-Win98-6.2.exe / _SETUP.1 / structure.html < prev    next >
Encoding:
Extensible Markup Language  |  2002-06-13  |  2.5 KB  |  59 lines

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