<address> - アドレス
目次
概要
- 形式
<address>
~</address>
- サポート
- https://caniuse.com/mdn-html_elements_address
- カテゴリ
- フローコンテンツ
パルパブルコンテンツ - 親要素
- フローコンテンツ を子要素に持てるもの
- 子要素
- フローコンテンツ
※ ただし、ヘッディングコンテンツ, セクショニングコンテンツ, header, footer, address 要素を子孫に持つことはできない - タグの省略
- 開始タグ:必須 / 終了タグ:必須
- 属性
- グローバル属性
説明
ページ作者のメールアドレスなど、近隣の body 要素や article 要素に関する問い合わせ先情報を記述します。当該ページ(当該アーティクル)の問い合わせ先を記述するものですので、ページ中で紹介した店の住所や、末尾のページ更新日などの情報を address 要素に記述してはなりません。
属性
使用例
HTML
<address> お問い合わせは <a href="mailto:foo@example.com">foo@example.com</a> まで </address>
表示
お問い合わせは foo@example.com まで
リンク
- https://html.spec.whatwg.org/multipage/sections.html#the-address-element
- https://www.w3.org/TR/2014/REC-html5-20141028/sections.html#the-address-element
- https://www.w3.org/TR/html401/struct/global.html#edef-ADDRESS
- https://tools.ietf.org/html/rfc1866#section-5.5.3
- https://developer.mozilla.org/ja/docs/Web/HTML/Element/address
- https://caniuse.com/mdn-html_elements_address
Copyright (C) 1996-2017 杜甫々
初版:1996年9月10日 最終更新:2017年12月24日
https://www.tohoho-web.com/html/address.htm