HTML: The Markup Language

brline break # T

The br element represents a line break.

Permitted content #

empty (void element)

Permitted attributes #

Additional constraints and admonitions #

Tag omission #

The br element is a void element. A br element must have a start tag but must not have an end tag.

Permitted parent elements #

any element that can contain phrasing elements

DOM interface #

interface HTMLBRElement : HTMLElement {};