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/elemento/nobr/index.html | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 files/es/web/html/elemento/nobr/index.html (limited to 'files/es/web/html/elemento/nobr') 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: -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