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

<section>: - HTML: Hypertext Markup Language | MDN

This page was translated from English by the community. Learn more and join the MDN Web Docs community.

View in English Always switch to English

<section>:

Baseline Widely available

This feature is well established and works across many devices and browser versions. Its been available across browsers since 2015 7.

HTML <section> HTML , . <section> , .

In this article

<h1>Choosing an Apple</h1>
<section>
  <h2>Introduction</h2>
  <p>
    This document provides a guide to help with the important task of choosing
    the correct Apple.
  </p>
</section>

<section>
  <h2>Criteria</h2>
  <p>
    There are many different criteria to be considered when choosing an Apple 
    size, color, firmness, sweetness, tartness...
  </p>
</section>
h1,
h2 {
  margin: 0;
}

: <article> .

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

.

html
<div>
  <h2>Heading</h2>
  <img>some image</img>
</div>

html
<section>
  <h2>Heading</h2>
  <img>some image</img>
</section>

Specification
HTML
# the-section-element


Web Proxy Viewer  |  New URL  |  Original Page