HTML <br /> tag
Usage
Line break. Used to force a line break within a page.
Example
Code:
<p>By using a line break <br />
we can force a new line</p>
Output:
By using a line break
we can force a new line
Required Attributes
- none
Optional Attributes
- none