Тег <section></section>




Этот тег определяет раздел в документе.




index.html
  • <!DOCTYPE html>
  • <html>
  • <head>
  •  <meta charset="utf-8" />
  •  <title>New Page</title>
  • </head>
  • <body>
  •  <h1>Sherlock Holmes Empty House</h1>
  •  <section>
  •   <h3>Chapter 1</h3>
  •   <p>
  •    IT was in the spring of the year 1894 that all London was
  •    interested, and the fashionable world dismayed, by the murder of
  •    the Honourable Ronald Adair under most unusual and inexplicable
  •    circumstances.
  •   </p>
  •  </section>
  •  <section>
  •   <h3>Chapter </h3>
  •   <p>
  •    It can be imagined that my close intimacy with Sherlock Holmes
  •    had interested me deeply in crime, and that after his
  •    disappearance I never failed to read with care the various
  •    problems which came before the public, and I even attempted more
  •    than once for my own private satisfaction to employ his methods
  •    in their solution, though with indifferent success.
  •   </p>
  •  </section>
  • </body>
  • </html>
  • <!DOCTYPE html>
  • <html>
  • <head>
  •  <meta charset="utf-8" />
  •  <title>New Page</title>
  • </head>
  • <body>
  •  <h1>Sherlock Holmes Empty House</h1>
  •  <section>
  •   <h3>Chapter 1</h3>
  •   <p>
  •    IT was in the spring of the year 1894 that all London was
  •    interested, and the fashionable world dismayed, by the murder of
  •    the Honourable Ronald Adair under most unusual and inexplicable
  •    circumstances.
  •   </p>
  •  </section>
  •  <section>
  •   <h3>Chapter </h3>
  •   <p>
  •    It can be imagined that my close intimacy with Sherlock Holmes
  •    had interested me deeply in crime, and that after his
  •    disappearance I never failed to read with care the various
  •    problems which came before the public, and I even attempted more
  •    than once for my own private satisfaction to employ his methods
  •    in their solution, though with indifferent success.
  •   </p>
  •  </section>
  • </body>
  • </html>