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.

<p>

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

개요

The HTML <p> 요소 (or HTML Paragraph Element) 는 텍스트의 단락을 나타냅니다. 단락들은  블럭-레벨 요소 입니다.

속성

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

HTML5에서, <p>의 align 속성은 되었습니다.

예제

<p>This is the first paragraph of text. This is the first paragraph of text.
  This is the first paragraph of text. This is the first paragraph of text.</p>

<p>This is second paragraph of text. This is second paragraph of text.
   This is second paragraph of text. This is second paragraph of text.</p>

위 HTML의 결과:

This is the first paragraph of text. This is the first paragraph of text. This is the first paragraph of text. This is the first paragraph of text.

This is second paragraph of text. This is second paragraph of text. This is second paragraph of text. This is second paragraph of text.

참고

단락들 사이의 간격을 변경하려면 CSS margin 속성을 사용하세요. 단락들 사이에 빈 단락 요소나 <br> 요소를 사용하지 마세요.

사양

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

브라우저 호환성

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

같이 보기

문서 태그 및 공헌자

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