The HTML <br> tag is used to make a break in lines.
it could be used in a list command, like so:
<p2>This is my list. <br>
The tag makes a break <br>
Very helpful. <br><p2>
The tag is very helpful, and it makes things look much cleaner.
To use it, just put it at the end, it is a very simple-to-use tag.
html going <brrrrrrrrr>
// salto de linea
<br>
<br>
<h1>A line break</h1>
<br>
<h1>Another line break</h1>
the <br> tag adds a break in lines. It can be used anywhere you want.
<p>It works <br> here</p>
html:
<br>
css:
display: none;
<!-- Code used as an example..
<p><strong></strong><br></p>
<!-- you can add multiple <br> -->
<body>
<p><strong>Ezekiel:</strong> What is your name!?<br>
<strong>Tony:</strong> TONY!<br>
<strong>Ezekiel:</strong> F you TONY!<br>
<strong>Tony:</strong> What's your name?<br>
<p><strong>Ezekiel:</strong> Ezekiel!<br>
<strong>Tony:</strong> F YOU EZEKIEL!<br>
<strong>Ezekiel:</strong> F YOU!</p>
</body>