The 3 Content Breaks of HTML

A Content Break relates a change in composition within a Content Block

Word Break

A Word Break hints at a change within a text composition

The syntax is a void wbr element with the following attributes:

<wbr>

Text Break

A Text Break enforces a change within a text composition

The syntax is a void br element with the following attributes:

<br>

Option Break

An Option Break enforce a change between options of a Select Form

The syntax is a void hr element with the following attributes:

<hr>