An line break in HTML is made by using the <br> or <br/>tag. This is used to introduce a html new line in the text, similar to using the “Enter” key on the keyboard. 

They are generally used within paragraphs and are very useful when writing addresses or any other texts where line separation is important. 

However, it’s not necessary to introduce line breaks in between paragraphs, since using the <p> tag does this. On the other hand, neither is it necessary to use them to increase the size of the line break in HTML. To do this, it’s better to change the CSS margin of the document. 

HTML line break features

An example of how to make an HTML line break

Epitech Barcelona Campus<br>

Address: C/ Joan Miró, 21 Barcelona (08005)<br>

Tel: + (34) 93 797 88 14<br>

Email:<br>

[email protected]

As you can see, line space tags in HTML are very useful and easy to introduce. If you want to learn more, don’t hesitate to study at EPITECH. We offer a Bachelor + Master’s Degree in Computer Science where you’ll learn all about programming languages.