aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/html/element/nobr/index.html
blob: 0e6fdd22869190c736eb95c9c049466a5d327c41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
title: <nobr>
slug: Web/HTML/Element/nobr
translation_of: Web/HTML/Element/nobr
---
<div>{{non-standard_header}}</div>

<h2 id="Summary" name="Summary">概述</h2>

<p><span class="seoSummary"> HTML <code>&lt;nobr&gt;</code> 元素阻止文本自动拆分成新行,所以它展示为长的一行,可能还需要滚动。这个标签不是标准的 HTML,并且不应该使用。反之应该使用 CSS 属性</span> {{Cssxref("white-space")}},像这样:</p>

<pre class="brush:css">&lt;span style="white-space: nowrap"&gt;Long line with no breaks&lt;/span&gt;</pre>

<h2 id="See_also" name="See_also">另见</h2>

<ul>
 <li>{{Cssxref("white-space")}}</li>
 <li>{{Cssxref("overflow")}}</li>
</ul>

<div>{{HTMLRef}}</div>