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 要素

概要

HTML <p> 要素 (HTML パラグラフ要素) は、パラグラフ (段落) を表します。パラグラフはブロックレベル要素です。

コンテンツカテゴリ フローコンテンツ、パルパブルコンテンツ
許可された内容 フレージングコンテンツ
タグの省略 開始タグは必須。後続する要素が <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

属性

他の全ての HTML 要素と同様に、この要素は グローバル属性 を持ちます。

HTML5 に於いては <p>align 属性は となっています。
(訳注: CSS、とりわけ text-align プロパティの使用による調整が最も適切でしょう)

<p>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. これは二番目のテキストの段落です。</p>

表示結果は以下の様になります。

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. これは二番目のテキストのパラグラフです。

注意

p 要素同士の間隔を調整するには CSSmargin プロパティを使用して下さい。
空の p 要素 (<p></p>) や br 要素 (<br>) を 二つの p 要素の間に記述してこれを実現してはなりません。これは誤りです。

仕様

仕様書 策定状況 コメント
WHATWG HTML Living Standard
The definition of '<p>' in that specification.
Living Standard  
HTML5
The definition of '<p>' in that specification.
勧告  
HTML 4.01 Specification
The definition of '<p>' in that specification.
勧告 最初の定義

ブラウザ実装状況

機能 Chrome Firefox (Gecko) Internet Explorer Opera Safari (WebKit)
基本サポート 1.0 1.0 (1.7 or earlier) (有) (有) (有)
機能 Android Firefox Mobile (Gecko) IE Phone Opera Mobile Safari Mobile
基本サポート (有) 1.0 (1.0) (有) (有) (有)

関連情報

ドキュメントのタグと貢献者

 このページの貢献者: yyss, ethertank, Potappo
 最終更新者: yyss,