Kuwon BR DOM HTML

BR 对象

BR 对象代表 HTML <br> 元素。

访问 BR 对象

您可使用 getElementById() 来访问 <br> 元素:

var x = document.getElementById("myBR");

Try it yourself

创建 BR 对象

您可使用 document.createElement() 方法来创建 <br> 元素:

var x = document.createElement("BR");

Try it yourself

BR Object Properties

Properties Description
clear

HTML5 does not support. Please use style.clear.

Set or return the text flow around the floating object.

Standard Properties and Events

BR Object Supports StandardsPropertiesAndEvents.

Related Pages

HTML Reference Manual:HTML <br> ɗanɗi