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 / headings.html < prev    next >
Encoding:
Extensible Markup Language  |  2005-02-23  |  2.3 KB  |  57 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>Heading elements</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="structure.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 href="lists.html"><img
  26. alt="next" border="0" src="../../../resources/icons/misc/right.png" /></a></p>
  27. </div>
  28.  
  29. <div id="page_body">
  30. <h1>Heading elements</h1>
  31.  
  32. <p>HTML provides 6 levels of headings: <a
  33. href="http://www.w3.org/TR/REC-html40/struct/global.html#edef-H1"><code>H1,
  34. H2, H3, H4, H5, and H6</code></a>. These should be used to mark headings
  35. according to their relative importance, with <code>h1</code> being the most
  36. important. Headings are block elements, and can only be created as children
  37. of elements that have block-type content. Note that for tables of data there
  38. are special elements to mark headings.</p>
  39.  
  40. <p>The first three levels of heading can be created from the toolbar using
  41. the heading images <img src="../../../resources/icons/22x22/XHTML_H1.png"
  42. alt="H1 button" />, <img src="../../../resources/icons/22x22/XHTML_H2.png"
  43. alt="H2 button" />, <img src="../../../resources/icons/22x22/XHTML_H3.png"
  44. alt="H3 button" />. All levels of heading can be created from the
  45. <strong>XHTML</strong> menu, or using keyboard shortcuts. The default
  46. keyboard shortcuts are <kbd>Ctrl 1</kbd> for <code>H1</code>, <kbd>Ctrl
  47. 2</kbd> for <code>h2</code>, and so on to <kbd>Ctrl 6</kbd> for
  48. <code>h6</code>.</p>
  49.  
  50. <p>There are default styles for headings in most browsers to give some idea
  51. of their relative importance, but the author can also use <a
  52. href="../StyleSheets.html">style sheets</a> to provide a suggested
  53. presentation.</p>
  54. </div>
  55. </body>
  56. </html>
  57.