A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://webplatform.github.io/docs/html/elements/address below:

address ยท WebPlatform Docs

address Summary

The address element (<address>) encloses contact information of the owner or the author of the document or the article.

Overview Table
DOM Interface
HTMLElement
Examples

A page at the W3C Web site might include the following contact information

<address>
    <p><a href="http://www.w3.org/Consortium/contact-mit">MIT</a></p>
</address>

Example of information that would be incorrect if placed inside an address element

<div>Last Modified: 1999/12/24 23:37:50</div>
Notes

Webkit (Safari, old Android and similar) and Trident (Internet Explorer) user agent default style -

address {
    display:block;
    font-style: italic;
}

Gecko (Firefox) user agent default style -

address, address[dir]{
         unicode-bidi: -moz-isolate;
         display:block;
         font-style:italic;
}
Standards information HTML information Closing Tag required CSS Display block Related specifications
HTML 5.1
W3C Working Draft
HTML 5
W3C Recommendation
HTML 4.01
W3C Recommendation
Attributions

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4