q

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

The HTML <q> element indicates that the enclosed text is a short inline quotation. This element is intended for short quotations that don't require paragraph breaks; for long quotations use the <blockquote> element.

Attributes

Graph
Supertypes
trait Tag
class Object
trait Matchable
class Any
Self type
q.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]