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.

Inline elements

概要

HTML (Hypertext Markup Language) 要素は通常、"インライン" 要素または "ブロックレベル" 要素のいずれかになります。インライン要素は、要素を定義するタグによって結びつけられた領域のみ占有します。以下のサンプルでは、インライン要素が与える影響を示しています。

インライン要素の例

HTML

<p>This <span>span</span> is an inline element; its background has been colored to display both the beginning and end of the inline element's influence</p>

CSS

span { background-color: #8ABB55; }

インライン要素とブロックレベル要素

内包モデル
一般的に、インライン要素はデータと他のインライン要素のみを含みます。
整形
デフォルトでは、インライン要素は新しい行から始まりません。

要素

以下の要素は "インライン" です:

関連情報

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

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