This page is Not Ready

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

noBR

Summary

Indicates that the enclosed text should not be broken across lines; use the CSS property white-space instead.

Overview Table

DOM Interface
HTMLElement

Examples

This example uses the NOBR element to prevent text lines from breaking.

<NOBR>Here's a line of text I don't want to be broken . . .
here's the end of the line.</NOBR>

Notes

Remarks

Standards information

Attributions