section

slinky.web.html.section
object section extends Tag

The HTML <section> element represents a standalone section of functionality contained within an HTML document, typically with a heading, which doesn't have a more specific semantic element to represent it.

Attributes

Graph
Supertypes
trait Tag
class Object
trait Matchable
class Any
Self type
section.type

Members list

Type members

Classlikes

object tag extends TagElement

Attributes

Supertypes
class TagElement
class Object
trait Matchable
class Any
Self type
tag.type

Types

type tagType = tag.type

Value members

Concrete methods

def apply(mods: TagMod[tag.type]*): WithAttrs[tagType]