From a55b575e8089ee6cab7c5c262a7e6db55d0e34d6 Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Thu, 11 Feb 2021 14:46:50 +0100 Subject: unslug es: move --- files/es/web/html/element/nobr/index.html | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 files/es/web/html/element/nobr/index.html (limited to 'files/es/web/html/element/nobr') 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..2585c6c084 --- /dev/null +++ b/files/es/web/html/element/nobr/index.html @@ -0,0 +1,29 @@ +--- +title: +slug: Web/HTML/Elemento/nobr +tags: + - Elemento + - HTML + - No-estándar + - Obsoleto + - Referencia + - Web + - nobr +translation_of: Web/HTML/Element/nobr +--- +
{{non-standard_header}}
+ +

Resumen

+ +

El elemento HTML <nobr> 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 {{Cssxref("white-space")}} como en este ejemplo:

+ +
<span style="white-space: nowrap">Línea larga sin saltos</span>
+ +

Vea también

+ + + +
{{HTMLRef}}
-- cgit v1.2.3-54-g00ecf