wbr

The wbr element is used to define a word break opportunity. It is typically used to indicate a word break opportunity that is being used.

Example:

<p>This is a paragraph before a line break.</p>
<wbr>
<p>This is another paragraph after a line break.</p>