noBR · WebPlatform Docs

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