map

object map extends Tag

The <strong>HTML <code><map></code> element</strong> is used with <a title="The HTML <area> element defines a hot-spot region on an image, and optionally associates it with a hypertext link. This element is used only within a <map> element." href="/en-US/docs/Web/HTML/Element/area"><code><area></code></a> elements to define an image map (a clickable link area).

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]