<abbr> - 略語
目次
概要
- 形式
<abbr>
~</abbr>
- サポート
- https://caniuse.com/mdn-html_elements_abbr
- カテゴリ
- フローコンテンツ
フレージングコンテンツ
パルパブルコンテンツ - 親要素
- フレージングコンテンツ を子要素に持てるもの
- 子要素
- フレージングコンテンツ
- タグの省略
- 開始タグ:必須 / 終了タグ:必須
- 属性
- グローバル属性
説明
abbr は abbreviation の略で、「略語」という意味を持ちます。WWW(World Wide Web)、HTTP(HyperText Transfer Protocol)、etc.(et cetera)、Inc.(incorporated)、Ltd.(Limited)などがこれにあたります。この要素のテキストがなんらかの略語であることを明示するために用います。
title 属性には通常、省略前の用語(例:World Wide Web)を指定します。
属性
使用例
HTML
<abbr title="World Wide Web">WWW</abbr>は・・・ <abbr title="HyperText Markup Language">HTML</abbr>は・・・
関連項目
リンク
- https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-abbr-element
- https://www.w3.org/TR/2014/REC-html5-20141028/text-level-semantics.html#the-abbr-element
- https://www.w3.org/TR/html401/struct/text.html#edef-ABBR
- https://developer.mozilla.org/ja/docs/Web/HTML/Element/abbr
- https://caniuse.com/mdn-html_elements_abbr
Copyright (C) 1996-2017 杜甫々
初版:2000年10月9日 最終更新:2017年12月24日
https://www.tohoho-web.com/html/abbr.htm