I
Insight Horizon Media

What is a line breaker?

Author

Sarah Cherry

Published Mar 05, 2026

What is a line breaker?

A line break is a poetic device that is used at the end of a line, and the beginning of the next line in a poem. It can be employed without traditional punctuation. Also, it can be described as a point wherein a line is divided into two halves. Sometimes, a line break that occurs at mid-clause creates enjambment.

What is a single line break?

A single break that returns the cursor to the next line and does not create a new paragraph. In HTML, to create a line break, you’d enter the tag. In other programs, the keyboard shortcut key to create a line break is Shift + Enter .

How poets use line breaks?

Writers use line breaks because it’s part of what makes a poem a poem. By inserting more white space into the text, poets are able to exercise a greater degree of control over the speed and rhythm at which their poetry is read, thereby distinguishing it from both everyday language and prose literature.

How do you break a single line?

In some cases, you may prefer to add a single line break. To add single line break, key Shift and Enter at the same time on your keyboard. The Shift+Enter combo places the HTML tag indicating a single line break. A single line break may be used when composing poetry, lists, and recipes.

What does a force line break do?

Forces a line to break where the character is inserted, starting a new line without starting a new paragraph (the same as pressing Shift+Enter or Shift+Return). A forced line break is also called a soft return.

How do you use BR?

The tag is used to enter line breaks. It is useful for writing addresses, poems or song lyrics. Do not use tag to separate paragraphs. It is very problematic to use tag to separate the paragraph for the people who navigate through the screen reading technology.

What is the difference between line break and Enjambment?

Line Break In End-stopped Line, the phrase or sentence stops at the end of the line. In Enjambment, the phrase or sentence do not stop at the end of the line.

How is text separated by a single line break?

Text separated by a single line break is rendered as if they were in the same line, separated by a space. However, an empty line will start a new paragraph. Some syntax in the succeeding line such as section headings will automatically end the current paragraph. Bold text is enclosed with three apostrophes (”’).

How do I insert a line break in a Wikipedia TOC?

Category:Wikipedia table of contents templates contains a number of specialized TOC templates. Line breaks or newlines are used to add whitespace between lines, such as separating paragraphs. A line break that is visible in the content is inserted by pressing ↵ Enter twice.

How do you put a line break between two lines?

Line breaks or newlines are used to add whitespace between lines, such as separating paragraphs. A line break that is visible in the content is inserted by pressing ↵ Enter twice. Pressing ↵ Enter once will place a line break in the markup, but it will not show in the rendered content, except when using list markup.

How do I insert a line break in HTML?

A line break that is visible in the content is inserted by pressing ↵ Enter twice. Pressing ↵ Enter once will place a line break in the markup, but it will not show in the rendered content, except when using list markup. Markup such as bold or italics will be terminated at a line break.