From 1109132f09d75da9a28b649c7677bb6ce07c40c0 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:41:45 -0500 Subject: initial commit --- files/es/web/html/elemento/nobr/index.html | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create 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 new file mode 100644 index 0000000000..2585c6c084 --- /dev/null +++ b/files/es/web/html/elemento/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