The hard line break moves the next word to the beginning of a new line without starting a new paragraph.
A hard line break can help control text flow when a carriage return won’t work. For instance, this heading breaks awkwardly:
IV. The defendant is entitled to judgment as a matter of
law.
Suppose you want the line to break after judgment so the first line ends in a more logical place and the two lines are better balanced. If you use a carriage return, you’ll get:
IV. The defendant is entitled to judgment
V. as a matter of law.
Not what you want. Instead, put a hard line break after judgment:
IV. The defendant is entitled to judgment
as a matter of law.
See centered text for another example of how the hard line break can be useful.
