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