An HTML line break allows you to insert a line break without creating a new paragraph. These separations structure and format the texts; they ensure consistent text display across different browsers.
What is a line break in HTML?
Hard line breaks in HTML, also called Line Breakare special HTML elements that allow you to start a new line in HTML documents without creating a new paragraph. With this newline, you force a new line and interrupt the flow of text. This is possible thanks to the beacon (or tag) HTML . The abbreviation “br” means “ break « , that is to say rupture. Instead of scrolling the text to the end of the line, you move the desired contents with the tag on a new line, while treating the text as a coherent paragraph.
The tag East supported by all modern browsersis also valid in HTML5 and does not require any other attributes. This is an empty tag that does not require a closing tag pour être utilisée correctement. La balise can be used at the end and beginning of lines and even in inline elements like , Or to place manual line breaks accurately.
What is an HTML line break for?
The HTML tag serves different purposes, depending on the requirements of the relevant text and the necessary line break. The line break basically serves as a tool important for managing newlines in texts and implement them without more complex CSS styling with margin Or padding.
Using HTML line breaks can achieve the following purposes in particular:
- Format and structure texts : The beacon
allows you to insert line breaks simply and quickly to ensure better readability, clarity and structure of the text. - Compatible and consistent HTML texts : thanks to HTML line breaks, you guarantee a consistent and unaltered presentation of texts across different browsers and search engines. This also applies to working on HTML documents with multiple developers. Because HTML is an essential part of web browsers, you ensure consistent text structure across devices and platforms.
- Clearly structured HTML semantics : with
you indicate where you want an HTML line break that does not introduce a new paragraph. You thus optimize the consistency of body text and avoid unclear programming. - Easy-to-implement line breaks : the use of the HTML tag
is particularly simple, because it does not require additional attributes or complex instructions. This contributes to a clear and clean HTML structure.
Domain name
Your domain in one click
- 1 Wildcard SSL certificate per contract
- Included Domain Connect feature for simplified DNS setup
What are the application areas of HTML line breaks?
Hard line breaks in HTML are suitable for the following situations, among others:
- Poems or song lyrics :
allows you to define line breaks essential for the understanding and faithful formatting of poems or song lyrics. - Addresses : HTML line breaks help ensure correct formatting of addresses on multiple related lines.
- Contacts : whether it is a telephone number, an email address or a website, the tag
Allows important contact information to be clearly presented on separate lines. - Tables and text layouts : in some cases,
can be used to insert a newline into a table cell. However, using CSS is often a better alternative.
Although lends itself to multiple applications, HTML Line Breaks should be used sparingly so as not to harm semantic coherence. In case of complex text layouts, CSS style or HTML tag peuvent être des choix plus appropriés pour la présentation des éléments de texte.
Hébergement Web
Hébergement Web de pointe au meilleur prix
- 3x plus rapide, 60 % d'économie
- Haute disponibilité >99,99 %
- Seulement chez IONOS : jusqu'à 500 Go inclus
La syntaxe des sauts de ligne HTML expliquée
Les sauts de ligne HTML s’effectuent via une balise HTML empty, with no other HTML attributes and no closing tag needed. It is precisely in the simplicity of its syntax where the benefits of HTML line breaks lie. Here is the syntax:
Ceci est la première ligne.
La ligne suivante commence ici.
html
The corresponding output looks like this:

the second sentence in our example starts directly on a new line.

the second sentence in our example starts directly on a new line.
Advice
Want to learn more about HTML? In that case, we recommend taking a look at our HTML tutorial for beginners, which will give you a quick overview of this very popular web markup language.
Line breaks vs paragraphs
For structuring and formatting HTML texts, in addition to hard Line Breaks with paragraphs with the tag sont essentiels pour structurer un texte de manière sémantique. Avec la balise you create an HTML line break inside a paragraph, whereas with the tag you are not only creating a line break, but a new paragraph.

