aboutsummaryrefslogtreecommitdiff
path: root/files/ca/web/html/element/nobr/index.html
blob: d9cd58bd03b578adc6c5a5baf44d3df45c9214f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
title: <nobr>
slug: Web/HTML/Element/nobr
tags:
  - Element
  - HTML
  - NeedsCompatTable
  - Non-standard
  - Reference
  - Web
translation_of: Web/HTML/Element/nobr
---
<div>{{non-standard_header}}</div>

<h2 id="Summary" name="Summary">Sumari</h2>

<p>L'element HTML <code>&lt;nobr&gt;</code> impedeix que un text es trenqui automàticament en una nova línia, per la qual cosa es mostra en una línia llarga i pot ser necessari desplaçar-se. Aquesta etiqueta no és HTML estàndard i no ha d'utilitzar-se. En el seu lloc, utilitzi la propietat CSS {{Cssxref("white-space")}} de la següent manera:</p>

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

<h2 id="See_also" name="See_also">Veure</h2>

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

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