figure

object figure extends Tag

The <strong>HTML <code><figure></code> element</strong> represents self-contained content, frequently with a caption (<a title="The HTML <figcaption> element represents a caption or a legend associated with a figure or an illustration described by the rest of the data of the <figure> element which is its immediate ancestor." href="/en-US/docs/Web/HTML/Element/figcaption"><code><figcaption></code></a>), and is typically referenced as a single unit.

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]