aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/html/element/nobr/index.html
diff options
context:
space:
mode:
authorFlorian Dieminger <me@fiji-flo.de>2021-02-11 18:20:58 +0100
committerGitHub <noreply@github.com>2021-02-11 18:20:58 +0100
commit2318b37e3fd17a3e76a29b9be7d1ce82f040c3bb (patch)
tree5e640d40fd69dc380b04e01de981a345e0141ffa /files/es/web/html/element/nobr/index.html
parent6aa6274d2ad3e22e7f5e69b1d7531a5eaeaf5666 (diff)
parent8a5554c6fae83e92b10c8dbe5b82108cb44fad6c (diff)
downloadtranslated-content-2318b37e3fd17a3e76a29b9be7d1ce82f040c3bb.tar.gz
translated-content-2318b37e3fd17a3e76a29b9be7d1ce82f040c3bb.tar.bz2
translated-content-2318b37e3fd17a3e76a29b9be7d1ce82f040c3bb.zip
Merge pull request #53 from fiji-flo/unslugging-es
Unslugging es
Diffstat (limited to 'files/es/web/html/element/nobr/index.html')
-rw-r--r--files/es/web/html/element/nobr/index.html30
1 files changed, 30 insertions, 0 deletions
diff --git a/files/es/web/html/element/nobr/index.html b/files/es/web/html/element/nobr/index.html
new file mode 100644
index 0000000000..544f1f3ea2
--- /dev/null
+++ b/files/es/web/html/element/nobr/index.html
@@ -0,0 +1,30 @@
+---
+title: <nobr>
+slug: Web/HTML/Element/nobr
+tags:
+ - Elemento
+ - HTML
+ - No-estándar
+ - Obsoleto
+ - Referencia
+ - Web
+ - nobr
+translation_of: Web/HTML/Element/nobr
+original_slug: Web/HTML/Elemento/nobr
+---
+<div>{{non-standard_header}}</div>
+
+<h2 id="Summary" name="Summary">Resumen</h2>
+
+<p><span class="seoSummary">El elemento HTML <code>&lt;nobr&gt;</code> previene que una línea de texto se divida en una nueva línea, así, se presentará en una línea larga por lo que puede ser necesario hacer un desplazamiento de pantalla. Esta etiqueta no es un estándar HTML y no debería ser usada, en su lugar use la propiedad CSS </span>{{Cssxref("white-space")}} como en este ejemplo:</p>
+
+<pre class="brush:css">&lt;span style="white-space: nowrap"&gt;Línea larga sin saltos&lt;/span&gt;</pre>
+
+<h2 id="See_also" name="See_also">Vea también</h2>
+
+<ul>
+ <li>{{Cssxref("white-space")}}</li>
+ <li>{{Cssxref("overflow")}}</li>
+</ul>
+
+<div>{{HTMLRef}}</div>