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.

big 要素

廃止
This feature is obsolete. Although it may still work in some browsers, its use is discouraged since it could be removed at any time. Try to avoid using it.

概要

HTML Big 要素 (<big>) は、内包するテキストの font size をブラウザの最大フォントサイズを限度に一段階大きくします (※ small から medium、large から x-large)。

使用上の注意: 視覚的な整形を目的としたこの要素は、以前から標準文書で非推奨要素として指定されており、HTML5 では完全に削除されています。この要素は使用せず、CSS プロパティを使用してください。

属性

この要素は、すべての要素で共通のグローバル属性以外には属性を持ちません。

例 1

<p>
  This is the first sentence. <big>This whole 
  sentence is in bigger letters.</big>
</p>

例 2 (CSSを使用)

<p>
  This is the first sentence. <span style="font-size:1.2em">This whole 
  sentence is in bigger letters.</span>
</p>

表示結果

This is the first sentence. This whole sentence is in bigger letters.

DOM インタフェース

この要素は HTMLElement インタフェースを提供します。

実装メモ: Gecko 1.9.2 までのバージョンは、この要素に HTMLSpanElement インタフェースを実装しています。

ブラウザ実装状況

機能 Chrome Firefox (Gecko) Internet Explorer Opera Safari
基本サポート (有) (有) (有) (有) (有)
機能 Android Firefox Mobile (Gecko) IE Mobile Opera Mobile Safari Mobile
基本サポート (有) (有) ? 未サポート 未サポート

関連情報

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

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