Adding line breaks
The <br>
tag is useful where the division of lines is significant, like in poems or addresses. You have to ensure that you place it at each point where you want the text to break. The text after the <br>
starts from a new line, and you don't have to worry about closing the tag — it's an empty one.[1]