sup要素 -- 上付き文字

基本データ

sup要素
文書型 適用 子要素 開始タグ 終了タグ 分類
Strict インライン要素 必須 必須 インライン要素
Transitional
Frameset

属性

解説

上付き文字を表す要素です。

<p>E = mc<sup>2</sup></p>

E = mc2

Strict DTDの定義

<!ELEMENT (SUB|SUP) - - (%inline;)*    -- subscript, superscript -->
<!ATTLIST (SUB|SUP)
  %attrs;                              -- %coreattrs, %i18n, %events --
  >

Information

現在の位置