HTMLBRElement
接口代表一个 HTML 换行元素 (<br>
),它从 HTMLElement
继承。
属性
从父类 HTMLElement
继承属性。
HTMLBRElement.clear
- Is a
DOMString
indicating the flow of text around floating objects.
方法
无具体方法;从父类 HTMLElement
继承方法。
规范
规范 | 状态 | 备注 |
---|---|---|
HTML Living Standard HTMLBRElement |
Living Standard | No change from HTML5 |
HTML5 HTMLBRElement |
Recommendation | No change from Document Object Model (DOM) Level 2 HTML Specification |
浏览器兼容性
BCD tables only load in the browser
参见
- HTML element implementing this interface:
<br>