address

object address extends Tag

<span class="seoSummary">The <strong>HTML <code><address></code> element</strong> supplies contact information for its nearest <a title="The HTML <article> element represents a self-contained composition in a document, page, application, or site, which is intended to be independently distributable or reusable (e.g., in syndication). Examples include: a forum post, a magazine or newspaper article, or a blog entry." href="/en-US/docs/Web/HTML/Element/article"><code><article></code></a> or <a title="The HTML <body> Element represents the content of an HTML&nbsp;document. There can be only one <body> element in a document." href="/en-US/docs/Web/HTML/Element/body"><code><body></code></a> ancestor; in the latter case, it applies to the whole document.</span>

trait Tag
class Object
trait Matchable
class Any

Type members

Classlikes

object tag extends TagElement

Types

type tagType = tag

Value members

Concrete methods

@inline
def apply(mods: TagMod[tag]*): WithAttrs[tagType]