Skip to content

<br>

The <br> element indicates a line break.

<structure>
<annotation>Line 1</annotation>
<br/>
<annotation>Line 2</annotation>
</structure>
  • Self-closing element with no attributes.
  • A <br> adds vertical space at the point it appears, pushing what follows further down the page, the way a blank line does in a text document. Consecutive <br> elements stack. See Annotations.