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