If you're writing a poem or an address on your webpage, you might need to break text into multiple lines. Here comes the HTML <br>
element. It produces a line break, and after the <br>
, each line starts with a capital letter. Keep in mind that the <br>
element is an empty one without a closing tag.