The <br> Tag
By Tony 2023.2.20
It's very common to start a new line for different paragraphs, but how to do it in HTML? This article will tell you how to start a new line in your webpage.
This is what you need to do:
<br>
Note: <br> tag doesn't have a closing tag.
That easy? Yes, you just need to type <br> and a new line
is
here.
Unfortunately, there isn't a way to style the <br> tag. But you can give it id or class atrributes for JavaScript.