user7476499
8
Q:

html <br>

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.
1
The <br> tag inserts a single line break
4
the <br> tag adds a break in lines. It can be used anywhere you want.

<p>It works <br> here</p>
1

    <p>To force<br> line breaks<br> in a text,<br> use the br<br> element.</p>
 
1
The <br> tag inserts a single line break:

<p>To force<br> line breaks<br> in a text,<br> use the br<br> element.</p>
1
<br>
<h1>A line break</h1>
<br>
<h1>Another line break</h1>
0

New to Communities?

Join the community