[ Web Proxy ]
URL:
Viewing: https://developer.mozilla.org/ja/docs/Web/HTML/Reference/Elements/section [Back]  [Original]

<section>: - HTML | MDN

MDN Web Docs

View in English Always switch to English

<section>:

Baseline

20157

<section> HTML

<h1></h1>
<section>
  <h2></h2>
  <p>
    
  </p>
</section>

<section>
  <h2></h2>
  <p>
    
    ...
  </p>
</section>
h1,
h2 {
  margin: 0;
}

<section> <nav> <section>

<section> (h1 - h6 ) <section> <section>

html
<div>
  <h2></h2>
  <p></p>
</div>

html
<section>
  <h2></h2>
  <p></p>
</section>

<section> UI SEO

<nav> <section> /

html
<section>
  <a href="#"></a>
  <a href="#"></a>
</section>

html
<section>
  <button class="reply"></button>
  <button class="reply-all"></button>
  <button class="fwd"></button>
  <button class="del"></button>
</section>

SEO

, ,
<section> <address>
ARIA region generic
ARIA alert, alertdialog, application, banner, complementary, contentinfo, dialog, document, feed, log, main, marquee, navigation, none, note, presentation, search, status, tabpanel
DOM HTMLElement

HTML
# the-section-element


Web Proxy Viewer  |  New URL  |  Original Page