<br>

Line break.

HTML line break. This tag can only occur inside XHTML text containers such as <text>.

Note: As in XHTML, the <br> element must contain both a start and an end tag: <br/> or <br></br>, not <br>.

<canvas height="30">
  <text multiline="true">Some <br/> text</text>
</canvas>