Example 22-4-A

With <nobr> tag

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. 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> tag

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. 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.