<sup> - 上付き文字
目次
概要
- 形式
<sup>
~</sup>
- サポート
- https://caniuse.com/mdn-html_elements_sup
- カテゴリ
- フローコンテンツ
- フレージングコンテンツ
- パルパブルコンテンツ
- 親要素
- フレージングコンテンツ を子要素に持てるもの
- 子要素
- フレージングコンテンツ
- タグの省略
- 開始タグ:必須 / 終了タグ:必須
- 属性
- グローバル属性
説明
sup は SUPerscript(上付きの)の略です。<sup>
~</sup>
で囲まれたテキストを上付きの文字で表示します。
属性
使用例
HTML
10の2乗を 10<sup>2</sup> と表します。
表示
10の2乗を 102 と表します。
関連項目
リンク
- https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-sub-and-sup-elements
- https://developer.mozilla.org/ja/docs/HTML/Element/sup
- https://caniuse.com/mdn-html_elements_sup
Copyright (C) 1996-2017 杜甫々
初版:1996年9月10日 最終更新:2017年12月31日
https://www.tohoho-web.com/html/sup.htm