현재 번역은 완벽하지 않습니다. 한국어로 문서 번역에 동참해주세요.
개요
The HTML <p>
요소 (or HTML Paragraph Element) 는 텍스트의 단락을 나타냅니다. 단락들은 블럭-레벨 요소 입니다.
- 컨텐츠 범주 플로우 컨텐츠, palpable 컨텐츠
- 허용된 컨텐츠구문 컨텐츠.
- 태그 생략 시작 태그는 필수적입니다.
종료 태그는 만약<p>
요소 뒤를<address>
,<article>
,<aside>
,<blockquote>
,<div>
,<dl>
,<fieldset>
,<footer>
,<form>
,<h1>
,<h2>
,<h3>
,<h4>
,<h5>
,<h6>
,<header>
,<hr>
,<menu>
,<nav>
,<ol>
,<pre>
,<section>
,<table>
,<ul>
요소나, 다른<p>
가 뒤따를경우, 또는 부모 요소가 더 이상 다른 요소를 가지고 있지 않고 부모 요소가<a>
요소가 아닐 경우 생략할 수 있습니다. - 허용된 부모 요소플로우 컨텐츠를 허용하는 모든 요소
- DOM 인터페이스
HTMLParagraphElement
속성
이 요소는 전역 속성을 포함합니다.
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) |