HTMLPreElement

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.

HTMLPreElement 接口提供特定的属性(除了常规 HTMLElement 接口之外,它还可以通过继承来使用),用于操作预格式化文本块(<pre>)。

EventTarget Node Element HTMLElement HTMLPreElement

实例属性

从其父接口 HTMLElement 继承属性。

HTMLPreElement.width 已弃用

一个 long 值,反映过时的 width 属性,包含 <pre> 元素的固定长度。

实例方法

没有特定的方法,从其父接口 HTMLElement 继承方法。

规范

Specification
HTML Standard
# htmlpreelement

浏览器兼容性

BCD tables only load in the browser

参见

  • 实现此接口的 HTML 元素:<pre>