home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 2 / RISC_DISC_2.iso / the_web / documents / spec / html_spec / headings_sgm < prev    next >
Encoding:
Text File  |  1995-06-08  |  1.0 KB  |  43 lines

  1. <h2 id=headings>Headings: H1 ... H6
  2.  
  3. <p>The six heading elements, <tag/H1/ through <tag/H6/, denote section
  4. headings. Although the order and occurrence of headings is not
  5. constrained by the HTML DTD, documents should not skip levels (for
  6. example, from H1 to H3), as converting such documents to other
  7. representations is often problematic.
  8.  
  9.  
  10. <p>Example of use:
  11.  
  12. <listing><![CDATA[
  13. <H1>This is a heading</H1>
  14. Here is some text
  15. <H2>Second level heading</H2>
  16. Here is some more text.
  17. ]]></listing>
  18.  
  19. <p>Typical renderings are:
  20.  
  21. <tl>
  22. <tli>H1: Bold, very-large font, centered. One or two blank lines
  23. above and below.
  24.  
  25. <tli>H2: Bold, large font, flush-left. One or two blank lines
  26. above and below.
  27.  
  28. <tli>H3: Italic, large font, slightly indented from the left
  29. margin. One or two blank lines above and below.
  30.  
  31. <tli>H4: Bold, normal font, indented more than H3. One blank
  32. line above and below.
  33.  
  34. <tli>H5: Italic, normal font, indented as H4. One blank line
  35. above.
  36.  
  37. <tli>H6: Bold, indented same as normal text, more than H5. One
  38. blank line above.
  39.  
  40. </tl>
  41.  
  42.  
  43.