code

slinky.web.html.code
object code extends Tag

The HTML <code> element represents a fragment of computer code. By default, it is displayed in the browser's default monospace font.

Attributes

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