Haxe API Documentation
Back | Index
extern class js.html.PreElement
extends Element
Available in js
This element represents preformatted text. Text within this element is typically displayed in a non-proportional font exactly as it is laid out in the file. Whitespaces inside this element are displayed as typed.

Documentation for this class was provided by MDN.
var width : Int
var wrap : Bool
Back | Index