Firefox Tomorrow

web api interface

HTMLBRElement

View on MDN ↗

The HTMLBRElement interface represents an HTML line break element (<br>). It inherits from HTMLElement.

Instance properties

Inherits properties from its parent, HTMLElement.

  • clear Deprecated
    • : A string indicating the flow of text around floating objects.

Instance methods

No specific method; inherits methods from its parent, HTMLElement.

Specifications

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.

See also

  • HTML element implementing this interface: <br>