Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

<div>

현재 번역은 완벽하지 않습니다. 한국어로 문서 번역에 동참해주세요.

개요

HTML <div> element (or HTML Document Division Element) 는 본질적으로 아무것도 나타내지 않는 플로우 컨텐츠의 일반적인 컨테이너입니다. 꾸미는 목적(classid 속성을 쓰는 것과 같이), 또는 lang 속성처럼 속성 값을 공유하는 이유로 쓰는 요소들을 묶는 데 사용된다. 이 요소는 다른 적절한 시멘틱 요소가 없을떄만 사용해야 합니다.

속성

이 요소는 전역 속성을 포함합니다.

align 속성은 폐기되었으니 더이상 쓰지 마십시오.

예제

HTML Content

<div>
   <p>어떤 콘텐츠든 좋습니다. &lt;p&gt;, &lt;table&gt;같이 말이죠. 써보세요!</p>
</div>

사양

사양 상태 주석
WHATWG HTML Living Standard
The definition of '<div>' in that specification.
Living Standard  
HTML5
The definition of '<div>' in that specification.
Recommendation  
HTML 4.01 Specification
The definition of '<div>' in that specification.
Recommendation  

브라우저 호환성

기능 Chrome Firefox (Gecko) Internet Explorer Opera Safari (WebKit)
Basic support 1.0 (Yes) (Yes) (Yes) (Yes)
기능 Android Firefox Mobile (Gecko) IE Phone Opera Mobile Safari Mobile
Basic support (Yes) (Yes) (Yes) (Yes) (Yes)

같이 보기

문서 태그 및 공헌자

 이 페이지의 공헌자: Kaben, azunyan3
 최종 변경: Kaben,