Movatterモバイル変換


[0]ホーム

URL:


MDN Web Docs

<nobr>: The Non-Breaking Text element

The<nobr>HTML element prevents the text it contains from automatically wrapping across multiple lines, potentially resulting in the user having to scroll horizontally to see the entire width of the text.

Warning:Although this element is widely supported, it wasnever standard HTML, so you shouldn't use it. Instead, use the CSS propertywhite-space like this:

html
<span>Long line with no breaks</span>
css
.nobr {  white-space: nowrap;}

Specifications

Specification
HTML
# nobr

Browser compatibility

See also

Help improve MDN

Learn how to contribute.

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp