body

object body extends Tag

The <strong>HTML <code><body></code> Element</strong> represents the content of an HTML document. There can be only one <code><body></code> element in a document.

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]