diff options
| author | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:46:50 +0100 |
|---|---|---|
| committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:46:50 +0100 |
| commit | a55b575e8089ee6cab7c5c262a7e6db55d0e34d6 (patch) | |
| tree | 5032e6779a402a863654c9d65965073f09ea4182 /files/es/web/html/element/isindex/index.html | |
| parent | 8260a606c143e6b55a467edf017a56bdcd6cba7e (diff) | |
| download | translated-content-a55b575e8089ee6cab7c5c262a7e6db55d0e34d6.tar.gz translated-content-a55b575e8089ee6cab7c5c262a7e6db55d0e34d6.tar.bz2 translated-content-a55b575e8089ee6cab7c5c262a7e6db55d0e34d6.zip | |
unslug es: move
Diffstat (limited to 'files/es/web/html/element/isindex/index.html')
| -rw-r--r-- | files/es/web/html/element/isindex/index.html | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/files/es/web/html/element/isindex/index.html b/files/es/web/html/element/isindex/index.html new file mode 100644 index 0000000000..520c286c08 --- /dev/null +++ b/files/es/web/html/element/isindex/index.html @@ -0,0 +1,44 @@ +--- +title: <isindex> +slug: Web/HTML/Elemento/isindex +tags: + - Deprecado + - Elemento + - HTML + - Referencia + - Web +translation_of: Web/HTML/Element/isindex +--- +<div>{{Deprecated_header}}</div> + +<h2 id="Resumen">Resumen</h2> + +<p><code><isindex> </code>es un elemento HTML obsoleto que posiciona un campo de texto en una página para buscar en el documento . <code><isindex></code> fue pensado por el W3C para ser usado dentro del elemento {{HTMLElement("head")}} , pero los exploradores lo soportaban sin importar donde se usaba .</p> + +<p><<font face="Consolas, Liberation Mono, Courier, monospace">isindex> </font>fue deprecado en HTML 4.01 , debido a que el mismo comportamiento puede ser logrado con un form de HTML. </p> + +<h2 id="Atributos">Atributos </h2> + +<p>Como todos los otros elementos HTML , este elemento acepta los <a href="/es/docs/Web/HTML/Atributos_Globales">atributos globales</a> .</p> + +<dl> + <dt>{{htmlattrdef("prompt")}}</dt> + <dd>Este atributo añade su valor como una ventana para un campo de texto.</dd> + <dt>{{htmlattrdef("action")}}</dt> + <dd>Este atributo puede ser usado para mandar una busqueda a una URL diferente . La acción no está definida por el W3C .</dd> +</dl> + +<h2 id="Ejemplo">Ejemplo</h2> + +<pre class="brush: html"><head> + <isindex prompt="Search Document... " /> +</head></pre> + +<h2 id="Ver_también">Ver también</h2> + +<ul> + <li>{{HTMLElement("input")}}</li> + <li>{{HTMLElement("form")}}</li> +</ul> + +<p>{{HTMLRef}}</p> |
