HTML line break is used to give line space between the content on the web page.
HTML line break define by <br/> tag.
It is very useful to organise the contents on the web page.
<br/> tag is the example of One-Sided Tag.
In the above, we have shown an example of HTML Line Break.
In the above code as soon as <br/> tag comes, it breaks the line and further content starts from the next line.
Run the code to see the effect.