Example 22-5-A

With <nobr> and <wbr> tags

This is an example of a very long line that is surrounded by a <nobr></nobr> pair.This line will be displayed on the same line by the browser reguardless of how far the scrollbar has to go. There are <wbr> tags inserted between each sentence to allow a break. If you look below, you will see the same information except that the <nobr></nobr> pair is missing.This allows the text to wrap at the edges of the display.

Without <nobr> and <wbr> tags

This is an example of a very long line that is surrounded by a <nobr></nobr> pair. This line will be displayed on the same line by the browser reguardless of how far the scrollbar has to go. There are <wbr> tags inserted between each sentence to allow a break. If you look below, you will see the same information except that the <nobr></nobr> pair is missing. This allows the text to wrap at the edges of the display.