head

object head extends Tag

The <strong>HTML <code><head></code> element</strong> provides general information (metadata) about the document, including its title and links to its scripts and style sheets.

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]