aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/html/elemento/nobr
diff options
context:
space:
mode:
Diffstat (limited to 'files/es/web/html/elemento/nobr')
-rw-r--r--files/es/web/html/elemento/nobr/index.html29
1 files changed, 0 insertions, 29 deletions
diff --git a/files/es/web/html/elemento/nobr/index.html b/files/es/web/html/elemento/nobr/index.html
deleted file mode 100644
index 2585c6c084..0000000000
--- a/files/es/web/html/elemento/nobr/index.html
+++ /dev/null
@@ -1,29 +0,0 @@
----
-title: <nobr>
-slug: Web/HTML/Elemento/nobr
-tags:
- - Elemento
- - HTML
- - No-estándar
- - Obsoleto
- - Referencia
- - Web
- - nobr
-translation_of: Web/HTML/Element/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>