This <br> element adds a new line break to the web page.
<br> |
Yes | Yes | Yes | Yes | Yes |
None.
The <br> tag supports the Global Attributes in HTML.
The <br> tag supports the Event Attributes in HTML.
None.
A demo showing how to use br tag.
<html>
<body>
<p>
The p element.<br/>
The br<br/> element adds a new line to the page.
</p>
</body>
</html>