From 4d3b1c2c79113786e001e3bec551205cd34f818a Mon Sep 17 00:00:00 2001 From: MDN Date: Fri, 21 May 2021 00:42:40 +0000 Subject: [CRON] sync translated content --- .../orphaned/web/html/element/isindex/index.html | 45 ++++++++++++++++++++++ .../orphaned/web/html/element/multicol/index.html | 21 ++++++++++ 2 files changed, 66 insertions(+) create mode 100644 files/es/orphaned/web/html/element/isindex/index.html create mode 100644 files/es/orphaned/web/html/element/multicol/index.html (limited to 'files/es/orphaned/web') diff --git a/files/es/orphaned/web/html/element/isindex/index.html b/files/es/orphaned/web/html/element/isindex/index.html new file mode 100644 index 0000000000..a0b5d74166 --- /dev/null +++ b/files/es/orphaned/web/html/element/isindex/index.html @@ -0,0 +1,45 @@ +--- +title: +slug: orphaned/Web/HTML/Element/isindex +tags: + - Deprecado + - Elemento + - HTML + - Referencia + - Web +translation_of: Web/HTML/Element/isindex +original_slug: Web/HTML/Element/isindex +--- +
{{Deprecated_header}}
+ +

Resumen

+ +

<isindex> es un elemento HTML  obsoleto que posiciona un campo de texto en una página para buscar en el documento . <isindex> fue pensado por el W3C  para ser usado dentro del elemento {{HTMLElement("head")}} , pero los exploradores lo soportaban sin importar donde se usaba .

+ +

<isindex> fue deprecado en HTML 4.01 , debido a que el mismo comportamiento puede ser logrado con un form de HTML. 

+ +

Atributos 

+ +

Como todos los otros elementos HTML , este elemento acepta los atributos globales .

+ +
+
{{htmlattrdef("prompt")}}
+
Este atributo añade su valor como una ventana para un campo de texto.
+
{{htmlattrdef("action")}}
+
Este atributo puede ser usado para mandar una busqueda a una URL diferente . La acción no está definida por el W3C .
+
+ +

Ejemplo

+ +
<head>
+  <isindex prompt="Search Document... " />
+</head>
+ +

Ver también

+ + + +

{{HTMLRef}}

diff --git a/files/es/orphaned/web/html/element/multicol/index.html b/files/es/orphaned/web/html/element/multicol/index.html new file mode 100644 index 0000000000..9ebbd8cb22 --- /dev/null +++ b/files/es/orphaned/web/html/element/multicol/index.html @@ -0,0 +1,21 @@ +--- +title: +slug: orphaned/Web/HTML/Element/multicol +tags: + - HTML +translation_of: Web/HTML/Element/multicol +original_slug: Web/HTML/Element/multicol +--- +
{{non-standard_header}}
+ +

Resumen

+ +

El elemento HTML <multicol> fue un elemento experimental diseñado para permitir diseños multi columna . Nunca tuvo una recepción significante y no es implementado en alguno de los principales exploradores .

+ +
+

No usar esto ! Para implementar un diseño multi columna , debería de usar los elementos HTML regulares como {{HTMLElement("div")}} en conjunto con la característica de CSS Column ,

+
+ +

Notar que hasta Firefox 22 , aunque no se soportaba , un elemento <multicol> fue asociado con un {{domxref("HTMLSpanElement")}}.  Después fue arreglado y ahora esta asociado con un {{domxref("HTMLUnknownElement")}} como se solocita en la especificación .

+ +

 

-- cgit v1.2.3-54-g00ecf