nav

slinky.web.html.nav$
object nav extends Tag

The HTML <nav> element represents a section of a page whose purpose is to provide navigation links, either within the current document or to other documents. Common examples of navigation sections are menus, tables of contents, and indexes.

Attributes

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

Members list

Concise view

Type members

Classlikes

object tag extends TagElement

Attributes

Graph
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]