Back to Content

HTMLBRElement

files/en-us/web/api/htmlbrelement/index.md

latest672 B
Original Source

{{APIRef("HTML DOM")}}

The HTMLBRElement interface represents an HTML line break element ({{htmlelement("br")}}). It inherits from {{domxref("HTMLElement")}}.

{{InheritanceDiagram}}

Instance properties

Inherits properties from its parent, {{domxref("HTMLElement")}}.

  • {{domxref("HTMLBRElement.clear")}} {{deprecated_inline}}
    • : A string indicating the flow of text around floating objects.

Instance methods

No specific method; inherits methods from its parent, {{domxref("HTMLElement")}}.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also

  • HTML element implementing this interface: {{HTMLElement("br")}}