1The HTML <br> tag is used to make a break in lines.
2it could be used in a list command, like so:
3
4<p2>This is my list. <br>
5 The tag makes a break <br>
6 Very helpful. <br><p2>
7
8The tag is very helpful, and it makes things look much cleaner.
9To use it, just put it at the end, it is a very simple-to-use tag.
1<body>
2<p>I want to <br> Break this line! </p>
3<p>I want to <br><br> Break this line and want to give a line gap </p>
4</body>
1the <br> tag adds a break in lines. It can be used anywhere you want.
2
3<p>It works <br> here</p>