标题

  1. <html>
  2.  
  3. <body>
  4.  
  5. <h1>This is heading 1</h1>
  6. <h2>This is heading 2</h2>
  7. <h3>This is heading 3</h3>
  8. <h4>This is heading 4</h4>
  9. <h5>This is heading 5</h5>
  10. <h6>This is heading 6</h6>
  11.  
  12. <p>请仅仅把标题标签用于标题文本。不要仅仅为了产生粗体文本而使用它们。请使用其它标签或 CSS 代替。</p>
  13.  
  14. </body>
  15. </html>