pre

object pre extends Tag

The <strong>HTML <code><pre></code> element</strong> represents preformatted text. Text within this element is typically displayed in a non-proportional ("<a href="/en-US/docs/XUL/Style/monospace">monospace</a>") font exactly as it is laid out in the file. Whitespace inside this element is displayed as typed.

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]