figcaption

object figcaption extends Tag

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

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]