HTML <br>
query_builder | Christopher PisaniThe HTML <br> element creates a new line in text.
It might be useful for dividing the poem lines or to divide an address for better readability. The tag should be used where the document data is not significant. The name br although is not related to the abbreviation name given, stands for a carriage break.
<p> O’er all the hilltops<br>
Is quiet now,<br>
In all the treetops<br>
Hearest thou<br>
Hardly a breath;<br>
The birds are asleep in the trees:<br>
Wait, soon like these<br>
Thou too shalt rest.
</p>
Available Attributes
No specific attributes are assigned for this element, other than the standard global attributes.