W3 3.2n
4.0n
NS 3.0y
4.0y
IE 3.0n
4.0y
TV 1.2n
2.1n

<WBR>

Description

The WBR element stands for Word BReak. This is for the very rare case when you have a NOBR section and you know exactly where you want it to break. Also, any time you want to give the browser help by telling it where a word is allowed to be broken. The WBR element does not force a line break (BR does that) it simply lets the browser know where a line break is allowed to be inserted if needed.

Attributes

** None **

Examples

Source
<NOBR>
Cu<SUP>2+</SUP> +
2 IO<SUB>3</SUB><SUP>-</SUP> +
12 H<SUP>+</SUP>
+ 12 I<SUP>-</SUP>
-> <WBR>CuI<SUB>(s)</SUB> +
6.5 I<SUB>2</SUB> +
6 H<SUB>2</SUB>O
</NOBR><P>
Narrow the frame to break the line.
 
Result
Cu2+ + 2 IO3- + 12 H+ + 12 I- -> CuI(s) + 6.5 I2 + 6 H2O

Narrow the frame to break the line.

Statistics