main

object main extends Tag

The <strong>HTML <code><main></code> element</strong> represents the main content of the <a title="The HTML <body> Element represents the content of an HTML&nbsp;document. There can be only one <body> element in a document." href="/en-US/docs/Web/HTML/Element/body"><code><body></code></a> of a document, portion of a document, or application. The main content area consists of content that is directly related to, or expands upon the central topic of, a document or the central functionality of an application.

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]