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