aside

object aside extends Tag

The <strong>HTML <code><aside></code> element</strong> represents a section of a document with content connected tangentially to the main content of the document (often presented as a sidebar).

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]