area

object area extends Tag

The <strong>HTML <code><area></code> element</strong> defines a hot-spot region on an image, and optionally associates it with a <a title="hypertext link: Hyperlinks connect webpages or data items to one another. In HTML, <a> elements define hyperlinks from a spot on a webpage (like a text string or image) to another spot on some other webpage (or even on the same page)." class="glossaryLink" href="/en-US/docs/Glossary/Hyperlink">hypertext link</a>. This element is used only within a <a title="The HTML <map> element is used with <area> elements to define an image map (a clickable link area)." href="/en-US/docs/Web/HTML/Element/map"><code><map></code></a> element.

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]