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 / headings.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>Heading elements</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="structure.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="lists.html"><img alt="next"
  23.         border="0" src="../../Icons/right.gif" /></a></p>
  24.       </td>
  25.     </tr>
  26.   </tbody>
  27. </table>
  28.  
  29. <div id="Heading">
  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 of
  37. elements that have block-type content. Note that for tables of data there are
  38. special elements to mark headings.</p>
  39.  
  40. <p>The first three levels of heading can be created from the toolbar using the
  41. heading Icons <img src="../../Icons/H1.gif" alt="H1 button" />, <img
  42. src="../../Icons/H2.gif" alt="H2 button" />, <img src="../../Icons/H3.gif"
  43. alt="H3 button" />. All levels of heading can be created from the Types menu,
  44. or using keyboard shortcuts. The default keyboard shortcuts are
  45. <kbd>control-1</kbd> for <code>H1</code>, <kbd>control-2</kbd> for
  46. <code>H2</code>, and so on to <kbd>control-6</kbd> for <code>H6</code>.</p>
  47.  
  48. <p>There are default styles for headings in most browsers to give some idea of
  49. their relative importance, but the author can also use <a
  50. href="../StyleSheets.html">style sheets</a> to provide a suggested
  51. presentation.</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="structure.html"><img alt="next" border="0" src="../../Icons/right.gif"
  58. /></a></p>
  59. <hr />
  60.  
  61. <p></p>
  62. </body>
  63. </html>
  64.