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/pre/index.html | 128 ------------------------------ 1 file changed, 128 deletions(-) delete mode 100644 files/es/web/html/elemento/pre/index.html (limited to 'files/es/web/html/elemento/pre/index.html') diff --git a/files/es/web/html/elemento/pre/index.html b/files/es/web/html/elemento/pre/index.html deleted file mode 100644 index 2ec0cf56dc..0000000000 --- a/files/es/web/html/elemento/pre/index.html +++ /dev/null @@ -1,128 +0,0 @@ ---- -title:
-slug: Web/HTML/Elemento/pre
-translation_of: Web/HTML/Element/pre
----
-

Sumario

- -

El Elemento HTML <pre> (o Texto HTML Preformateado) representa texto preformateado. El texto en este elemento típicamente se muestra en una fuente fija, no proporcional, exactamente como es mostrado en el archivo. Los espacios dentro de este elemento también son mostrados como están escritos.

- - - -

Atributos

- -

Este elemento solo incluye los atributos globales.

- -

Ejemplos

- -
<!-- Un poco de codigo CSS -->
-<pre>
-body{
-  color:  red;
-}
-a   {
-  color:green;
-}
-</pre>
-
- -

Resultado

- -
body{
-  color:  red;
-}
-a   {
-  color:green;
-}
-
- -

Especificaciones

- - - - - - - - - - - - - - - - - - - - - - - - - - -
EpecificaciónEstadoComentarios
{{SpecName('HTML WHATWG', 'grouping-content.html#the-pre-element', '<pre>')}}{{Spec2('HTML WHATWG')}} 
{{SpecName('HTML5 W3C', 'the-pre-element.html#the-pre-element', '<pre>')}}{{Spec2('HTML5 W3C')}} 
{{SpecName('HTML4.01', 'text.html#h-9.3.4', '<dl>')}}{{Spec2('HTML4.01')}} 
- -

Compatibilidad con exploradores

- -

{{CompatibilityTable}}

- -
- - - - - - - - - - - - - - - - - - - -
CaracterísticaChromeFirefox (Gecko)Internet ExplorerOperaSafari (WebKit)
Soporte básico1.0{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}
-
- -
- - - - - - - - - - - - - - - - - - - -
CaracterísticaAndroidFirefox Mobile (Gecko)IE PhoneOpera MobileSafari Mobile
Soporte básico{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}
-
- -

Véase también

- - -- cgit v1.2.3-54-g00ecf