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.

title 要素

HTML の title 要素 (<title>) は文書のタイトルを定義します。一般的には、ブラウザのタイトルバーかタブに表示されます。この要素はテキストのみを内容に持つ事が出来ます。HTML 要素を含める事はできません。

使用可能な場所

コンテンツカテゴリ メタデータコンテンツ
許可された内容 要素間のホワイトスペースではないテキスト
タグの省略 不可。終了タグ </title> を省略すると、後続するすべての要素がレンダリングされない場合があります。
許可された親要素 他に <title> 要素を含んでいない <head> 要素
DOM インターフェイス HTMLTitleElement

属性

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

<title>素敵なページタイトル</title>

仕様

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

ブラウザ実装状況

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

関連情報

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

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