html - What does lt;br gt; do exactly? - Stack Overflow 2 <br> (<br > is in XHTML) is a line break It is analogous to the ASCII character CR (carriage return) It is an inline element, which means it's designed to be used inside text in divs and as a part of spans etc
HTML br tag - W3Schools Definition and Usage The <br> tag inserts a single line break The <br> tag is useful for writing addresses or poems The <br> tag is an empty tag which means that it has no end tag
HTML lt;br gt; Tag - W3docs The HTML <br> tag is used for a line break Read information about the usage of the <br> tag, and know how to style it with CSS Also, see examples