diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:46:51 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:46:51 +0100 |
commit | 8a5554c6fae83e92b10c8dbe5b82108cb44fad6c (patch) | |
tree | 616af8137d0e678ad2f9d515b7b68dc1b9738fca /files/es/web/html | |
parent | a55b575e8089ee6cab7c5c262a7e6db55d0e34d6 (diff) | |
download | translated-content-8a5554c6fae83e92b10c8dbe5b82108cb44fad6c.tar.gz translated-content-8a5554c6fae83e92b10c8dbe5b82108cb44fad6c.tar.bz2 translated-content-8a5554c6fae83e92b10c8dbe5b82108cb44fad6c.zip |
unslug es: modify
Diffstat (limited to 'files/es/web/html')
170 files changed, 405 insertions, 235 deletions
diff --git a/files/es/web/html/attributes/accept/index.html b/files/es/web/html/attributes/accept/index.html index b98ff8b644..7714aea4d4 100644 --- a/files/es/web/html/attributes/accept/index.html +++ b/files/es/web/html/attributes/accept/index.html @@ -1,6 +1,6 @@ --- title: 'HTML el atributo: accept' -slug: Web/HTML/Atributos/accept +slug: Web/HTML/Attributes/accept tags: - Accept - Archivo @@ -9,6 +9,7 @@ tags: - Referencia - atributo translation_of: Web/HTML/Attributes/accept +original_slug: Web/HTML/Atributos/accept --- <p class="summary"><span class="seoSummary">El atributo <strong><code>accept</code></strong> toma como valor una lista separada por comas de uno o más tipos de archivos, o {{anch("Especificadores de tipo de archivo únicos","especificadores de tipo de archivo únicos")}}, que describen qué tipos de archivo permitir. </span>La propiedad «<em>accept</em>» es un atributo del tipo {{HTMLElement("input/file", "file")}} {{HTMLElement("input")}}. Se admitía en el elemento {{HTMLElement("form")}}, pero se eliminó a favor de {{HTMLElement("input/file", "file")}} en HTML5.</p> diff --git a/files/es/web/html/attributes/autocomplete/index.html b/files/es/web/html/attributes/autocomplete/index.html index b8546e368d..553e9a293c 100644 --- a/files/es/web/html/attributes/autocomplete/index.html +++ b/files/es/web/html/attributes/autocomplete/index.html @@ -1,7 +1,8 @@ --- title: The HTML autocomplete attribute -slug: Web/HTML/Atributos/autocomplete +slug: Web/HTML/Attributes/autocomplete translation_of: Web/HTML/Attributes/autocomplete +original_slug: Web/HTML/Atributos/autocomplete --- <p>El atributo <code>autocomplete</code> está disponible en varios tipos de {{HTMLElement("input")}} aquellos que toman un texto o valor numérico como entrada. <span class="seoSummary"><code>autocomplete</code> </span> permite a los desarrolladores web especificar qué permisos si los hay <span class="seoSummary">{{Glossary("user agent")}} </span> debe proporcionar asistencia automatizada para completar los valores de los campos de formulario, así como una guía para el navegador en cuanto al tipo de información que se espera en el campo.</p> diff --git a/files/es/web/html/attributes/crossorigin/index.html b/files/es/web/html/attributes/crossorigin/index.html index f7453daa96..472fa2885b 100644 --- a/files/es/web/html/attributes/crossorigin/index.html +++ b/files/es/web/html/attributes/crossorigin/index.html @@ -1,7 +1,8 @@ --- title: Atributos de configuración CORS -slug: Web/HTML/Atributos_de_configuracion_CORS +slug: Web/HTML/Attributes/crossorigin translation_of: Web/HTML/Attributes/crossorigin +original_slug: Web/HTML/Atributos_de_configuracion_CORS --- <p><span class="seoSummary">En HTML5, algunos elementos HTML que dan soporte para <a href="/en-US/docs/HTTP/Access_control_CORS">CORS</a>, tales como {{ HTMLElement("img") }} o {{ HTMLElement("video") }}, tienen un atributo <code>crossorigin</code> (propiedad <code>crossOrigin</code>), que les permite configurar las peticiones CORS de los datos que se cargan.</span> Estos atributos están enumerados, y tienen los siguientes valores posibles:</p> diff --git a/files/es/web/html/attributes/index.html b/files/es/web/html/attributes/index.html index 03e7d8baee..0658552c0e 100644 --- a/files/es/web/html/attributes/index.html +++ b/files/es/web/html/attributes/index.html @@ -1,12 +1,13 @@ --- title: Referencia de Atributos HTML -slug: Web/HTML/Atributos +slug: Web/HTML/Attributes tags: - HTML - Referencia - Web - atributo translation_of: Web/HTML/Attributes +original_slug: Web/HTML/Atributos --- <p>Los elementos en HTML tienen <strong>atributos</strong>; estos son valores adicionales que configuran los elementos o ajustan su comportamiento de diversas formas para cumplir los criterios de los usuarios.</p> diff --git a/files/es/web/html/attributes/min/index.html b/files/es/web/html/attributes/min/index.html index 4060bd81f4..0fbd4a9b8f 100644 --- a/files/es/web/html/attributes/min/index.html +++ b/files/es/web/html/attributes/min/index.html @@ -1,12 +1,13 @@ --- title: 'HTML el atributo: min' -slug: Web/HTML/Atributos/min +slug: Web/HTML/Attributes/min tags: - Atributos - Restricción de validación - atributo - min translation_of: Web/HTML/Attributes/min +original_slug: Web/HTML/Atributos/min --- <div id="step-include"> <p><span class="seoSummary">El atributo {{HTMLAttrxRef("min", "input")}} define el valor mínimo que es aceptable y válido para el {{HTMLElement("input")}} que contiene el atributo. Si el {{web.link("/es/docs/Web/HTML/Element/input#attr-value", "value")}} del elemento es menor que esto, el elemento falla la {{web.link("/es/docs/Web/Guide/HTML/HTML5/Constraint_validation", "restricción de validación")}}. Este valor debe ser menor o igual que el valor del atributo {{HTMLAttrxRef("max", "input")}}. Si se especifica un valor para {{HTMLAttrxRef("min", "input")}} que no es un número válido, la entrada no tiene un valor mínimo.</span></p> diff --git a/files/es/web/html/attributes/minlength/index.html b/files/es/web/html/attributes/minlength/index.html index 23056673e2..a982aee0a3 100644 --- a/files/es/web/html/attributes/minlength/index.html +++ b/files/es/web/html/attributes/minlength/index.html @@ -1,6 +1,6 @@ --- title: 'HTML el atributo: minlength' -slug: Web/HTML/Atributos/minlength +slug: Web/HTML/Attributes/minlength tags: - Entrada - Input @@ -9,6 +9,7 @@ tags: - minlength - textarea translation_of: Web/HTML/Attributes/minlength +original_slug: Web/HTML/Atributos/minlength --- <p class="summary">El atributo <strong><code>minlength</code></strong> define el número mínimo de caracteres (como unidades de código UTF-16) que el usuario puede ingresar en un {{HTMLElement('input')}} o {{HTMLElement('textarea')}}. Debe ser un valor entero 0 o superior. Si no se especifica una longitud mínima o se especifica un número no válido, el <strong><code><input></code></strong> no tiene una longitud mínima. Este valor debe ser menor o igual que el valor de {{web.link("/es/docs/Web/HTML/Attributes/maxlength", "maxlength")}}; de lo contrario, el valor nunca será válido, puesto que es imposible cumplir con ambos criterios.</p> diff --git a/files/es/web/html/attributes/multiple/index.html b/files/es/web/html/attributes/multiple/index.html index cbf465b0b8..1aa9fe819b 100644 --- a/files/es/web/html/attributes/multiple/index.html +++ b/files/es/web/html/attributes/multiple/index.html @@ -1,11 +1,12 @@ --- title: 'HTML el atributo: multiple' -slug: Web/HTML/Atributos/multiple +slug: Web/HTML/Attributes/multiple tags: - Atributos - Resticción de validación - atributo translation_of: Web/HTML/Attributes/multiple +original_slug: Web/HTML/Atributos/multiple --- <p>El atributo booleano {{HTMLAttrxRef("multiple", "input")}}, si se establece, significa que el control del formulario acepta uno o más valores. Válido para los {{HTMLElement("input")}}s de tipo {{HTMLElement("input/email", "email")}}, {{HTMLElement("input/file", "file")}} y {{HTMLElement("select")}}, la forma en que el usuario opta por valores múltiples depende del control del formulario.</p> diff --git a/files/es/web/html/cors_enabled_image/index.html b/files/es/web/html/cors_enabled_image/index.html index 4de4e94617..40d0d8c558 100644 --- a/files/es/web/html/cors_enabled_image/index.html +++ b/files/es/web/html/cors_enabled_image/index.html @@ -1,6 +1,6 @@ --- title: Imagen con CORS habilitado -slug: Web/HTML/Imagen_con_CORS_habilitado +slug: Web/HTML/CORS_enabled_image tags: - Avanzado - CORS @@ -9,6 +9,7 @@ tags: - Referencia - Seguridad translation_of: Web/HTML/CORS_enabled_image +original_slug: Web/HTML/Imagen_con_CORS_habilitado --- <p><span class="seoSummary">La especificación HTML introduce un atributo {{ htmlattrxref("crossorigin", "img") }} para imágenes que, en conjunto con el encabezado {{Glossary("CORS")}} apropiado, permite definir imágenes con el elemento {{ HTMLElement("img") }} que se carguen de orígenes externos dentro de un lienzo (<em>canvas</em>) como si estas fuesen cargadas del origen actual.</span></p> diff --git a/files/es/web/html/element/a/index.html b/files/es/web/html/element/a/index.html index e35402f7a5..5485719264 100644 --- a/files/es/web/html/element/a/index.html +++ b/files/es/web/html/element/a/index.html @@ -1,6 +1,6 @@ --- title: <a> -slug: Web/HTML/Elemento/a +slug: Web/HTML/Element/a tags: - Contenido - Ejemplo @@ -10,6 +10,7 @@ tags: - Referencia - Web translation_of: Web/HTML/Element/a +original_slug: Web/HTML/Elemento/a --- <div>{{HTMLRef}}</div> diff --git a/files/es/web/html/element/abbr/index.html b/files/es/web/html/element/abbr/index.html index 8646722071..492014d6f5 100644 --- a/files/es/web/html/element/abbr/index.html +++ b/files/es/web/html/element/abbr/index.html @@ -1,11 +1,12 @@ --- title: <abbr> -slug: Web/HTML/Elemento/abbr +slug: Web/HTML/Element/abbr tags: - HTML - - 'HTML:Elemento' + - HTML:Elemento - Todas_las_Categorías translation_of: Web/HTML/Element/abbr +original_slug: Web/HTML/Elemento/abbr --- <p id="Summary">{{HTMLRef}}</p> diff --git a/files/es/web/html/element/acronym/index.html b/files/es/web/html/element/acronym/index.html index 94581489a3..6fbfefbb6e 100644 --- a/files/es/web/html/element/acronym/index.html +++ b/files/es/web/html/element/acronym/index.html @@ -1,11 +1,12 @@ --- title: acronym -slug: Web/HTML/Elemento/acronym +slug: Web/HTML/Element/acronym tags: - HTML - - 'HTML:Elemento' + - HTML:Elemento - Todas_las_Categorías translation_of: Web/HTML/Element/acronym +original_slug: Web/HTML/Elemento/acronym --- <h3 id="Definici.C3.B3n" name="Definici.C3.B3n">Definición</h3> diff --git a/files/es/web/html/element/address/index.html b/files/es/web/html/element/address/index.html index fdfacfeba1..eea73e5c79 100644 --- a/files/es/web/html/element/address/index.html +++ b/files/es/web/html/element/address/index.html @@ -1,11 +1,12 @@ --- title: <address> -slug: Web/HTML/Elemento/address +slug: Web/HTML/Element/address tags: - HTML - - 'HTML:Elemento' + - HTML:Elemento - Todas_las_Categorías translation_of: Web/HTML/Element/address +original_slug: Web/HTML/Elemento/address --- <p id="Summary">{{HTMLRef}}</p> diff --git a/files/es/web/html/element/applet/index.html b/files/es/web/html/element/applet/index.html index 51282989af..348a122a8a 100644 --- a/files/es/web/html/element/applet/index.html +++ b/files/es/web/html/element/applet/index.html @@ -1,11 +1,12 @@ --- title: applet -slug: Web/HTML/Elemento/applet +slug: Web/HTML/Element/applet tags: - HTML - - 'HTML:Elemento' + - HTML:Elemento - Todas_las_Categorías translation_of: Web/HTML/Element/applet +original_slug: Web/HTML/Elemento/applet --- <h3 id="Definici.C3.B3n" name="Definici.C3.B3n">Definición</h3> diff --git a/files/es/web/html/element/area/index.html b/files/es/web/html/element/area/index.html index 201e8745a2..0fc6d3dac1 100644 --- a/files/es/web/html/element/area/index.html +++ b/files/es/web/html/element/area/index.html @@ -1,11 +1,12 @@ --- title: area -slug: Web/HTML/Elemento/area +slug: Web/HTML/Element/area tags: - HTML - - 'HTML:Elemento' + - HTML:Elemento - Todas_las_Categorías translation_of: Web/HTML/Element/area +original_slug: Web/HTML/Elemento/area --- <h3 id="Definici.C3.B3n" name="Definici.C3.B3n">Definición</h3> diff --git a/files/es/web/html/element/article/index.html b/files/es/web/html/element/article/index.html index 8df680ad6b..9b30223f16 100644 --- a/files/es/web/html/element/article/index.html +++ b/files/es/web/html/element/article/index.html @@ -1,7 +1,8 @@ --- title: article -slug: Web/HTML/Elemento/article +slug: Web/HTML/Element/article translation_of: Web/HTML/Element/article +original_slug: Web/HTML/Elemento/article --- <p>El <em>Elemento article de HTML</em> <span style="font-family: Courier New;">(<article>)</span> representa una composición auto-contenida en un documento, página, una aplicación o en el sitio, que se destina a distribuir de forma independiente o reutilizable, por ejemplo, en la indicación. Podría ser un mensaje en un foro, un artículo de una revista o un periódico, una entrada de blog, un comentario de un usuario, un widget interactivo o gadget, o cualquier otro elemento independiente del contenido.</p> diff --git a/files/es/web/html/element/aside/index.html b/files/es/web/html/element/aside/index.html index 1032e47e9c..46fefc73ce 100644 --- a/files/es/web/html/element/aside/index.html +++ b/files/es/web/html/element/aside/index.html @@ -1,13 +1,14 @@ --- title: aside -slug: Web/HTML/Elemento/aside +slug: Web/HTML/Element/aside tags: - HTML - HTML5 - - 'HTML:Elemento' - - 'HTML:Referencia_de_elementos' + - HTML:Elemento + - HTML:Referencia_de_elementos - para_revisar translation_of: Web/HTML/Element/aside +original_slug: Web/HTML/Elemento/aside --- <p><span class="goog-gtc-unit" id="goog-gtc-unit-3"><span class="goog-gtc-from-human goog-gtc-translatable" dir="ltr">El <strong>elemento HTML <code><aside></code></strong> representa una sección de una página que consiste en contenido que está indirectamente relacionado con el contenido principal del documento.</span></span> <span class="goog-gtc-unit" id="goog-gtc-unit-4"><span class="goog-gtc-from-human goog-gtc-translatable" dir="ltr">Estas secciones son a menudo representadas como barras laterales o como inserciones y contienen una explicación al margen como una definición de glosario, elementos relacionados indirectamente, como publicidad, la biografía del autor, o en aplicaciones web, la información de perfil o enlaces a blogs relacionados.</span></span></p> diff --git a/files/es/web/html/element/audio/index.html b/files/es/web/html/element/audio/index.html index 02c621f421..5076bc1769 100644 --- a/files/es/web/html/element/audio/index.html +++ b/files/es/web/html/element/audio/index.html @@ -1,7 +1,8 @@ --- title: Audio -slug: Web/HTML/Elemento/audio +slug: Web/HTML/Element/audio translation_of: Web/HTML/Element/audio +original_slug: Web/HTML/Elemento/audio --- <p>El elemento <code>audio</code> se usa para insertar contenido de audio en un documento HTML o XHTML. El elemento <code>audio</code> se agregó como parte de HTML 5.</p> diff --git a/files/es/web/html/element/b/index.html b/files/es/web/html/element/b/index.html index e4281a9296..253c7941be 100644 --- a/files/es/web/html/element/b/index.html +++ b/files/es/web/html/element/b/index.html @@ -1,11 +1,12 @@ --- title: b -slug: Web/HTML/Elemento/b +slug: Web/HTML/Element/b tags: - HTML - - 'HTML:Elemento' + - HTML:Elemento - Todas_las_Categorías translation_of: Web/HTML/Element/b +original_slug: Web/HTML/Elemento/b --- <h3 id="Definici.C3.B3n" name="Definici.C3.B3n">Definición</h3> diff --git a/files/es/web/html/element/base/index.html b/files/es/web/html/element/base/index.html index 4912e33f0b..db45e71644 100644 --- a/files/es/web/html/element/base/index.html +++ b/files/es/web/html/element/base/index.html @@ -1,12 +1,13 @@ --- title: <base> -slug: Web/HTML/Elemento/base +slug: Web/HTML/Element/base tags: - Elemento - HTML - - 'HTML:Elemento' + - HTML:Elemento - Todas_las_Categorías translation_of: Web/HTML/Element/base +original_slug: Web/HTML/Elemento/base --- <p id="Summary">{{HTMLRef}}</p> diff --git a/files/es/web/html/element/basefont/index.html b/files/es/web/html/element/basefont/index.html index 5b86ea16a3..3895ef66ce 100644 --- a/files/es/web/html/element/basefont/index.html +++ b/files/es/web/html/element/basefont/index.html @@ -1,11 +1,12 @@ --- title: basefont -slug: Web/HTML/Elemento/basefont +slug: Web/HTML/Element/basefont tags: - HTML - - 'HTML:Elemento' + - HTML:Elemento - Todas_las_Categorías translation_of: Web/HTML/Element/basefont +original_slug: Web/HTML/Elemento/basefont --- <h3 id="Definici.C3.B3n" name="Definici.C3.B3n">Definición</h3> diff --git a/files/es/web/html/element/bdi/index.html b/files/es/web/html/element/bdi/index.html index 075afa13a6..6959460938 100644 --- a/files/es/web/html/element/bdi/index.html +++ b/files/es/web/html/element/bdi/index.html @@ -1,6 +1,6 @@ --- title: <bdi> -slug: Web/HTML/Elemento/bdi +slug: Web/HTML/Element/bdi tags: - BiDi - Elemento @@ -9,6 +9,7 @@ tags: - Semántica HTML a nivel de texto - Web translation_of: Web/HTML/Element/bdi +original_slug: Web/HTML/Elemento/bdi --- <h2 id="Resumen">Resumen</h2> diff --git a/files/es/web/html/element/bdo/index.html b/files/es/web/html/element/bdo/index.html index 0a4af7fe92..be3c05de1a 100644 --- a/files/es/web/html/element/bdo/index.html +++ b/files/es/web/html/element/bdo/index.html @@ -1,11 +1,12 @@ --- title: bdo -slug: Web/HTML/Elemento/bdo +slug: Web/HTML/Element/bdo tags: - HTML - - 'HTML:Elemento' + - HTML:Elemento - Todas_las_Categorías translation_of: Web/HTML/Element/bdo +original_slug: Web/HTML/Elemento/bdo --- <h3 id="Definici.C3.B3n" name="Definici.C3.B3n">Definición</h3> diff --git a/files/es/web/html/element/bgsound/index.html b/files/es/web/html/element/bgsound/index.html index 81b73a1e30..401202adfc 100644 --- a/files/es/web/html/element/bgsound/index.html +++ b/files/es/web/html/element/bgsound/index.html @@ -1,12 +1,13 @@ --- title: <bgsound> -slug: Web/HTML/Elemento/bgsound +slug: Web/HTML/Element/bgsound tags: - Elemento - HTML - Referencia - Web translation_of: Web/HTML/Element/bgsound +original_slug: Web/HTML/Elemento/bgsound --- <div>{{non-standard_header}}</div> diff --git a/files/es/web/html/element/big/index.html b/files/es/web/html/element/big/index.html index a15f1b5da9..98332f1846 100644 --- a/files/es/web/html/element/big/index.html +++ b/files/es/web/html/element/big/index.html @@ -1,11 +1,12 @@ --- title: big -slug: Web/HTML/Elemento/big +slug: Web/HTML/Element/big tags: - HTML - - 'HTML:Elemento' + - HTML:Elemento - Todas_las_Categorías translation_of: Web/HTML/Element/big +original_slug: Web/HTML/Elemento/big --- <h3 id="Definici.C3.B3n" name="Definici.C3.B3n">Definición</h3> diff --git a/files/es/web/html/element/blink/index.html b/files/es/web/html/element/blink/index.html index f63821708a..0233ab7bab 100644 --- a/files/es/web/html/element/blink/index.html +++ b/files/es/web/html/element/blink/index.html @@ -1,6 +1,6 @@ --- title: <blink> -slug: Web/HTML/Elemento/blink +slug: Web/HTML/Element/blink tags: - Elemento - HTML @@ -8,6 +8,7 @@ tags: - Referencia - Web translation_of: Web/HTML/Element/blink +original_slug: Web/HTML/Elemento/blink --- <div>{{Deprecated_header}} {{Non-standard_header}}</div> diff --git a/files/es/web/html/element/blockquote/index.html b/files/es/web/html/element/blockquote/index.html index d8f71a7ed4..0a1c7a81e0 100644 --- a/files/es/web/html/element/blockquote/index.html +++ b/files/es/web/html/element/blockquote/index.html @@ -1,11 +1,12 @@ --- title: blockquote -slug: Web/HTML/Elemento/blockquote +slug: Web/HTML/Element/blockquote tags: - HTML - - 'HTML:Elemento' + - HTML:Elemento - Todas_las_Categorías translation_of: Web/HTML/Element/blockquote +original_slug: Web/HTML/Elemento/blockquote --- <h3 id="Definici.C3.B3n" name="Definici.C3.B3n">Definición</h3> diff --git a/files/es/web/html/element/body/index.html b/files/es/web/html/element/body/index.html index 32b0a64328..8e7501c39a 100644 --- a/files/es/web/html/element/body/index.html +++ b/files/es/web/html/element/body/index.html @@ -1,6 +1,6 @@ --- title: '<body>: El elemento body del documento' -slug: Web/HTML/Elemento/body +slug: Web/HTML/Element/body tags: - Elemento - HTML @@ -9,6 +9,7 @@ tags: - Web - secciones translation_of: Web/HTML/Element/body +original_slug: Web/HTML/Elemento/body --- <div>{{HTMLRef}}</div> diff --git a/files/es/web/html/element/br/index.html b/files/es/web/html/element/br/index.html index 1e9cff3b58..c2e5f11a8a 100644 --- a/files/es/web/html/element/br/index.html +++ b/files/es/web/html/element/br/index.html @@ -1,11 +1,12 @@ --- title: <br> -slug: Web/HTML/Elemento/br +slug: Web/HTML/Element/br tags: - HTML - - 'HTML:Elemento' + - HTML:Elemento - Todas_las_Categorías translation_of: Web/HTML/Element/br +original_slug: Web/HTML/Elemento/br --- <h2 id="Summary" name="Summary">Resumen</h2> diff --git a/files/es/web/html/element/button/index.html b/files/es/web/html/element/button/index.html index abcab78469..9721ecfff5 100644 --- a/files/es/web/html/element/button/index.html +++ b/files/es/web/html/element/button/index.html @@ -1,11 +1,12 @@ --- title: button -slug: Web/HTML/Elemento/button +slug: Web/HTML/Element/button tags: - HTML - - 'HTML:Elemento' + - HTML:Elemento - Todas_las_Categorías translation_of: Web/HTML/Element/button +original_slug: Web/HTML/Elemento/button --- <h2 id="Definici.C3.B3n" name="Definici.C3.B3n">Definición</h2> diff --git a/files/es/web/html/element/canvas/index.html b/files/es/web/html/element/canvas/index.html index 63e3e260a3..d9ebdd3450 100644 --- a/files/es/web/html/element/canvas/index.html +++ b/files/es/web/html/element/canvas/index.html @@ -1,12 +1,13 @@ --- title: canvas -slug: Web/HTML/Elemento/canvas +slug: Web/HTML/Element/canvas tags: - Canvas - HTML - - 'HTML:Elemento' + - HTML:Elemento - para_revisar translation_of: Web/HTML/Element/canvas +original_slug: Web/HTML/Elemento/canvas --- <p><span class="goog-gtc-unit" id="goog-gtc-unit-4"><span class="goog-gtc-from-human goog-gtc-translatable" dir="ltr">El elemento HTML <em>canvas</em> (<canvas>) se puede utilizar para dibujar gráficos a través de secuencias de comandos (por lo general <a href="/../../../../en/JavaScript" rel="internal" title="../../../../en/JavaScript">JavaScript</a> ).</span></span> <span class="goog-gtc-unit" id="goog-gtc-unit-5"><span class="goog-gtc-from-human goog-gtc-translatable" dir="ltr">Por ejemplo, puede usarse para dibujar gráficos, hacer composiciones de fotos o incluso realizar animaciones.</span></span></p> diff --git a/files/es/web/html/element/caption/index.html b/files/es/web/html/element/caption/index.html index 84d06cffaa..735292dc77 100644 --- a/files/es/web/html/element/caption/index.html +++ b/files/es/web/html/element/caption/index.html @@ -1,11 +1,12 @@ --- title: caption -slug: Web/HTML/Elemento/caption +slug: Web/HTML/Element/caption tags: - HTML - - 'HTML:Elemento' + - HTML:Elemento - Todas_las_Categorías translation_of: Web/HTML/Element/caption +original_slug: Web/HTML/Elemento/caption --- <h3 id="Definici.C3.B3n" name="Definici.C3.B3n">Definición</h3> diff --git a/files/es/web/html/element/center/index.html b/files/es/web/html/element/center/index.html index 1a24bbaf4b..b8242f4755 100644 --- a/files/es/web/html/element/center/index.html +++ b/files/es/web/html/element/center/index.html @@ -1,11 +1,12 @@ --- title: <center> (obsoleto) -slug: Web/HTML/Elemento/center +slug: Web/HTML/Element/center tags: - HTML - - 'HTML:Elemento' + - HTML:Elemento - Todas_las_Categorías translation_of: Web/HTML/Element/center +original_slug: Web/HTML/Elemento/center --- <h3 id="Definici.C3.B3n" name="Definici.C3.B3n">Definición</h3> diff --git a/files/es/web/html/element/cite/index.html b/files/es/web/html/element/cite/index.html index 237934b396..d8b3fbf500 100644 --- a/files/es/web/html/element/cite/index.html +++ b/files/es/web/html/element/cite/index.html @@ -1,11 +1,12 @@ --- title: cite -slug: Web/HTML/Elemento/cite +slug: Web/HTML/Element/cite tags: - HTML - - 'HTML:Elemento' + - HTML:Elemento - Todas_las_Categorías translation_of: Web/HTML/Element/cite +original_slug: Web/HTML/Elemento/cite --- <h3 id="Definici.C3.B3n" name="Definici.C3.B3n">Definición</h3> diff --git a/files/es/web/html/element/code/index.html b/files/es/web/html/element/code/index.html index dfcac59bfd..db030a1f75 100644 --- a/files/es/web/html/element/code/index.html +++ b/files/es/web/html/element/code/index.html @@ -1,11 +1,12 @@ --- title: code -slug: Web/HTML/Elemento/code +slug: Web/HTML/Element/code tags: - HTML - - 'HTML:Elemento' + - HTML:Elemento - Todas_las_Categorías translation_of: Web/HTML/Element/code +original_slug: Web/HTML/Elemento/code --- <p> </p> diff --git a/files/es/web/html/element/col/index.html b/files/es/web/html/element/col/index.html index 4f8c415f87..16c80e827d 100644 --- a/files/es/web/html/element/col/index.html +++ b/files/es/web/html/element/col/index.html @@ -1,11 +1,12 @@ --- title: col -slug: Web/HTML/Elemento/col +slug: Web/HTML/Element/col tags: - HTML - - 'HTML:Elemento' + - HTML:Elemento - Todas_las_Categorías translation_of: Web/HTML/Element/col +original_slug: Web/HTML/Elemento/col --- <h3 id="Definici.C3.B3n" name="Definici.C3.B3n">Definición</h3> diff --git a/files/es/web/html/element/colgroup/index.html b/files/es/web/html/element/colgroup/index.html index da87284232..ae97f51db8 100644 --- a/files/es/web/html/element/colgroup/index.html +++ b/files/es/web/html/element/colgroup/index.html @@ -1,11 +1,12 @@ --- title: colgroup -slug: Web/HTML/Elemento/colgroup +slug: Web/HTML/Element/colgroup tags: - HTML - - 'HTML:Elemento' + - HTML:Elemento - Todas_las_Categorías translation_of: Web/HTML/Element/colgroup +original_slug: Web/HTML/Elemento/colgroup --- <h3 id="Definici.C3.B3n" name="Definici.C3.B3n">Definición</h3> diff --git a/files/es/web/html/element/content/index.html b/files/es/web/html/element/content/index.html index 0e380c1cd9..f71ce88184 100644 --- a/files/es/web/html/element/content/index.html +++ b/files/es/web/html/element/content/index.html @@ -1,6 +1,6 @@ --- title: <content> -slug: Web/HTML/Elemento/content +slug: Web/HTML/Element/content tags: - Deprecado - Elemento @@ -9,6 +9,7 @@ tags: - Web - Web Components translation_of: Web/HTML/Element/content +original_slug: Web/HTML/Elemento/content --- <p>{{Deprecated_header}}</p> diff --git a/files/es/web/html/element/data/index.html b/files/es/web/html/element/data/index.html index 8f202fa334..5e809ae9de 100644 --- a/files/es/web/html/element/data/index.html +++ b/files/es/web/html/element/data/index.html @@ -1,12 +1,13 @@ --- title: <data> -slug: Web/HTML/Elemento/data +slug: Web/HTML/Element/data tags: - Elemento - HTML - Referencia - Web translation_of: Web/HTML/Element/data +original_slug: Web/HTML/Elemento/data --- <h2 id="Resúmen">Resúmen</h2> diff --git a/files/es/web/html/element/datalist/index.html b/files/es/web/html/element/datalist/index.html index 40049a9734..82c4bf58b6 100644 --- a/files/es/web/html/element/datalist/index.html +++ b/files/es/web/html/element/datalist/index.html @@ -1,10 +1,11 @@ --- title: datalist -slug: Web/HTML/Elemento/datalist +slug: Web/HTML/Element/datalist tags: - HTML5 - datalist translation_of: Web/HTML/Element/datalist +original_slug: Web/HTML/Elemento/datalist --- <p>El <strong>elemento HTML <code><datalist></code> </strong>contiene un conjunto de elementos {{HTMLElement("option")}} que representan los valores disponibles para otros controles.</p> diff --git a/files/es/web/html/element/dd/index.html b/files/es/web/html/element/dd/index.html index 3296e7758b..d995d99bb3 100644 --- a/files/es/web/html/element/dd/index.html +++ b/files/es/web/html/element/dd/index.html @@ -1,6 +1,6 @@ --- title: dd -slug: Web/HTML/Elemento/dd +slug: Web/HTML/Element/dd tags: - Contenido agrupado HTML - Definición @@ -13,6 +13,7 @@ tags: - Web - dd translation_of: Web/HTML/Element/dd +original_slug: Web/HTML/Elemento/dd --- <div>{{HTMLRef}}</div> diff --git a/files/es/web/html/element/del/index.html b/files/es/web/html/element/del/index.html index b38c85a532..efd05f57e1 100644 --- a/files/es/web/html/element/del/index.html +++ b/files/es/web/html/element/del/index.html @@ -1,11 +1,12 @@ --- title: del -slug: Web/HTML/Elemento/del +slug: Web/HTML/Element/del tags: - HTML - - 'HTML:Elemento' + - HTML:Elemento - Todas_las_Categorías translation_of: Web/HTML/Element/del +original_slug: Web/HTML/Elemento/del --- <p> </p> diff --git a/files/es/web/html/element/details/index.html b/files/es/web/html/element/details/index.html index cd8b0c5abb..93d5990926 100644 --- a/files/es/web/html/element/details/index.html +++ b/files/es/web/html/element/details/index.html @@ -1,6 +1,6 @@ --- title: <details> -slug: Web/HTML/Elemento/details +slug: Web/HTML/Element/details tags: - Elemento - Elementos HTML interactivos @@ -9,6 +9,7 @@ tags: - Referencia - Web translation_of: Web/HTML/Element/details +original_slug: Web/HTML/Elemento/details --- <p>{{ SeeCompatTable() }}</p> diff --git a/files/es/web/html/element/dfn/index.html b/files/es/web/html/element/dfn/index.html index 03242c90bd..e4ed1c57d6 100644 --- a/files/es/web/html/element/dfn/index.html +++ b/files/es/web/html/element/dfn/index.html @@ -1,11 +1,12 @@ --- title: dfn -slug: Web/HTML/Elemento/dfn +slug: Web/HTML/Element/dfn tags: - HTML - - 'HTML:Elemento' + - HTML:Elemento - Todas_las_Categorías translation_of: Web/HTML/Element/dfn +original_slug: Web/HTML/Elemento/dfn --- <p> </p> diff --git a/files/es/web/html/element/dialog/index.html b/files/es/web/html/element/dialog/index.html index e44363c003..dcedb596ff 100644 --- a/files/es/web/html/element/dialog/index.html +++ b/files/es/web/html/element/dialog/index.html @@ -1,7 +1,8 @@ --- title: <dialog> -slug: Web/HTML/Elemento/dialog +slug: Web/HTML/Element/dialog translation_of: Web/HTML/Element/dialog +original_slug: Web/HTML/Elemento/dialog --- <div>{{HTMLRef}}</div> diff --git a/files/es/web/html/element/dir/index.html b/files/es/web/html/element/dir/index.html index 6c95601436..66e0c6f769 100644 --- a/files/es/web/html/element/dir/index.html +++ b/files/es/web/html/element/dir/index.html @@ -1,11 +1,12 @@ --- title: dir -slug: Web/HTML/Elemento/dir +slug: Web/HTML/Element/dir tags: - HTML - - 'HTML:Elemento' + - HTML:Elemento - Todas_las_Categorías translation_of: Web/HTML/Element/dir +original_slug: Web/HTML/Elemento/dir --- <p> </p> diff --git a/files/es/web/html/element/div/index.html b/files/es/web/html/element/div/index.html index 5421099e45..46c0c4f50f 100644 --- a/files/es/web/html/element/div/index.html +++ b/files/es/web/html/element/div/index.html @@ -1,11 +1,12 @@ --- title: div -slug: Web/HTML/Elemento/div +slug: Web/HTML/Element/div tags: - HTML - - 'HTML:Elemento' + - HTML:Elemento - Todas_las_Categorías translation_of: Web/HTML/Element/div +original_slug: Web/HTML/Elemento/div --- <h3 id="Definici.C3.B3n" name="Definici.C3.B3n">Definición</h3> diff --git a/files/es/web/html/element/dl/index.html b/files/es/web/html/element/dl/index.html index 9bea9588ce..200a12f31d 100644 --- a/files/es/web/html/element/dl/index.html +++ b/files/es/web/html/element/dl/index.html @@ -1,6 +1,6 @@ --- title: dl -slug: Web/HTML/Elemento/dl +slug: Web/HTML/Element/dl tags: - Agrupando contenido HTML - Elemento @@ -8,6 +8,7 @@ tags: - Referencia - Web translation_of: Web/HTML/Element/dl +original_slug: Web/HTML/Elemento/dl --- <div>{{HTMLRef}}</div> diff --git a/files/es/web/html/element/dt/index.html b/files/es/web/html/element/dt/index.html index 7cbf0c3182..54fc0c86f1 100644 --- a/files/es/web/html/element/dt/index.html +++ b/files/es/web/html/element/dt/index.html @@ -1,6 +1,6 @@ --- title: dt -slug: Web/HTML/Elemento/dt +slug: Web/HTML/Element/dt tags: - Contenido agrupado HTML - Definición @@ -13,6 +13,7 @@ tags: - dt - listas translation_of: Web/HTML/Element/dt +original_slug: Web/HTML/Elemento/dt --- <div>{{HTMLRef}}</div> diff --git a/files/es/web/html/element/em/index.html b/files/es/web/html/element/em/index.html index d24fa05f81..a639452809 100644 --- a/files/es/web/html/element/em/index.html +++ b/files/es/web/html/element/em/index.html @@ -1,11 +1,12 @@ --- title: em -slug: Web/HTML/Elemento/em +slug: Web/HTML/Element/em tags: - HTML - - 'HTML:Elemento' + - HTML:Elemento - Todas_las_Categorías translation_of: Web/HTML/Element/em +original_slug: Web/HTML/Elemento/em --- <div>{{HTMLRef}}</div> diff --git a/files/es/web/html/element/embed/index.html b/files/es/web/html/element/embed/index.html index d489014613..17d6b868fd 100644 --- a/files/es/web/html/element/embed/index.html +++ b/files/es/web/html/element/embed/index.html @@ -1,12 +1,13 @@ --- title: embed -slug: Web/HTML/Elemento/embed +slug: Web/HTML/Element/embed tags: - HTML - HTML5 - - 'HTML:Elemento' + - HTML:Elemento - para_revisar translation_of: Web/HTML/Element/embed +original_slug: Web/HTML/Elemento/embed --- <div class="note"><span class="goog-gtc-unit" id="goog-gtc-unit-3"><span class="goog-gtc-from-human goog-gtc-ph-missing goog-gtc-translatable" dir="ltr">Nota: este tema documenta sólo el elemento <embed> que se define como parte de HTML5.</span></span> <span class="goog-gtc-unit" id="goog-gtc-unit-4"><span class="goog-gtc-from-human goog-gtc-translatable" dir="ltr">No trata las implementaciones anteriores no estandarizadas del elemento <code><embed></code>.</span></span></div> diff --git a/files/es/web/html/element/fieldset/index.html b/files/es/web/html/element/fieldset/index.html index bb29878206..bb9f1a184c 100644 --- a/files/es/web/html/element/fieldset/index.html +++ b/files/es/web/html/element/fieldset/index.html @@ -1,11 +1,12 @@ --- title: fieldset -slug: Web/HTML/Elemento/fieldset +slug: Web/HTML/Element/fieldset tags: - HTML - - 'HTML:Elemento' + - HTML:Elemento - Todas_las_Categorías translation_of: Web/HTML/Element/fieldset +original_slug: Web/HTML/Elemento/fieldset --- <h3 id="Definici.C3.B3n" name="Definici.C3.B3n">Definición</h3> diff --git a/files/es/web/html/element/figcaption/index.html b/files/es/web/html/element/figcaption/index.html index b212c17632..ea089bcb8c 100644 --- a/files/es/web/html/element/figcaption/index.html +++ b/files/es/web/html/element/figcaption/index.html @@ -1,12 +1,13 @@ --- title: <figcaption> -slug: Web/HTML/Elemento/figcaption +slug: Web/HTML/Element/figcaption tags: - Elemento - Elementos de agrupación de contenido en HTML - HTML - Referencia translation_of: Web/HTML/Element/figcaption +original_slug: Web/HTML/Elemento/figcaption --- <p>{{HTMLRef}}</p> diff --git a/files/es/web/html/element/figure/index.html b/files/es/web/html/element/figure/index.html index 1ad3d12a07..eff7fde724 100644 --- a/files/es/web/html/element/figure/index.html +++ b/files/es/web/html/element/figure/index.html @@ -1,13 +1,14 @@ --- title: figure -slug: Web/HTML/Elemento/figure +slug: Web/HTML/Element/figure tags: - HTML - HTML5 - - 'HTML:Elemento' + - HTML:Elemento - figure - para_revisar translation_of: Web/HTML/Element/figure +original_slug: Web/HTML/Elemento/figure --- <p><span class="goog-gtc-unit" id="goog-gtc-unit-2"><span class="goog-gtc-from-human goog-gtc-translatable" dir="ltr">El <em> elemento HTML</em> <span style="font-family: Courier New;"><figure></span> representa contenido independiente, a menudo con un título.</span></span> <span class="goog-gtc-unit" id="goog-gtc-unit-3"><span class="goog-gtc-from-human goog-gtc-translatable" dir="ltr">Si bien se relaciona con el flujo principal, su posición es independiente de éste.</span></span> <span class="goog-gtc-unit" id="goog-gtc-unit-4"><span class="goog-gtc-from-human goog-gtc-translatable" dir="ltr">Por lo general, se trata de una imagen, una ilustración, un diagrama, un fragmento de código, o un esquema al que se hace referencia en el texto principal, pero que se puede mover a otra página o a un apéndice sin que afecte al flujo principal.</span></span></p> diff --git a/files/es/web/html/element/font/index.html b/files/es/web/html/element/font/index.html index e1020b3d95..96dc3ec697 100644 --- a/files/es/web/html/element/font/index.html +++ b/files/es/web/html/element/font/index.html @@ -1,11 +1,12 @@ --- title: font -slug: Web/HTML/Elemento/font +slug: Web/HTML/Element/font tags: - HTML - - 'HTML:Elemento' + - HTML:Elemento - Todas_las_Categorías translation_of: Web/HTML/Element/font +original_slug: Web/HTML/Elemento/font --- <h3 id="Definici.C3.B3n" name="Definici.C3.B3n">Definición</h3> diff --git a/files/es/web/html/element/footer/index.html b/files/es/web/html/element/footer/index.html index fb29106abc..675dc1481a 100644 --- a/files/es/web/html/element/footer/index.html +++ b/files/es/web/html/element/footer/index.html @@ -1,11 +1,12 @@ --- title: footer -slug: Web/HTML/Elemento/footer +slug: Web/HTML/Element/footer tags: - HTML5 - footer - para_revisar translation_of: Web/HTML/Element/footer +original_slug: Web/HTML/Elemento/footer --- <p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.286em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;">El <em>Elemento </em><em>HTML Footer</em> (<span style="font-family: 'Courier New';"><footer></span>) representa un pie de página para el contenido de sección más cercano o el elemento <a href="/en/Sections_and_Outlines_of_an_HTML5_document#sectioning_root" rel="internal" style="color: rgb(51, 102, 153); text-decoration: none;">raíz de sección</a> (p.e, su ancestro mas cercano <code style="font-style: inherit; font-weight: inherit; font: normal normal normal 100%/normal 'Courier New', 'Andale Mono', monospace;"><a class="new" href="/es/HTML/Element/article" rel="internal" style="color: rgb(153, 0, 0); text-decoration: none;"><article></a></code>, <code style="font-style: inherit; font-weight: inherit; font: normal normal normal 100%/normal 'Courier New', 'Andale Mono', monospace;"><a class="new" href="/es/HTML/Element/aside" rel="internal" style="color: rgb(153, 0, 0); text-decoration: none;"><aside></a></code>, <code style="font-style: inherit; font-weight: inherit; font: normal normal normal 100%/normal 'Courier New', 'Andale Mono', monospace;"><a class="new" href="/es/HTML/Element/nav" rel="internal" style="color: rgb(153, 0, 0); text-decoration: none;"><nav></a></code>, <code style="font-style: inherit; font-weight: inherit; font: normal normal normal 100%/normal 'Courier New', 'Andale Mono', monospace;"><a class="new" href="/es/HTML/Element/section" rel="internal" style="color: rgb(153, 0, 0); text-decoration: none;"><section></a></code>,<code style="font-style: inherit; font-weight: inherit; font: normal normal normal 100%/normal 'Courier New', 'Andale Mono', monospace;"><a class="new" href="/es/HTML/Element/blockquote" rel="internal" style="color: rgb(153, 0, 0); text-decoration: none;"><blockquote></a></code>, <code style="font-style: inherit; font-weight: inherit; font: normal normal normal 100%/normal 'Courier New', 'Andale Mono', monospace;"><a class="new" href="/es/HTML/Element/body" rel="internal" style="color: rgb(153, 0, 0); text-decoration: none;"><body></a></code>, <code style="font-style: inherit; font-weight: inherit; font: normal normal normal 100%/normal 'Courier New', 'Andale Mono', monospace;"><a class="new" href="/es/HTML/Element/details" rel="internal" style="color: rgb(153, 0, 0); text-decoration: none;"><details></a></code>, <code style="font-style: inherit; font-weight: inherit; font: normal normal normal 100%/normal 'Courier New', 'Andale Mono', monospace;"><a class="new" href="/es/HTML/Element/fieldset" rel="internal" style="color: rgb(153, 0, 0); text-decoration: none;"><fieldset></a></code>, <code style="font-style: inherit; font-weight: inherit; font: normal normal normal 100%/normal 'Courier New', 'Andale Mono', monospace;"><a class="new" href="/es/HTML/Element/figure" rel="internal" style="color: rgb(153, 0, 0); text-decoration: none;"><figure></a></code>, <code style="font-style: inherit; font-weight: inherit; font: normal normal normal 100%/normal 'Courier New', 'Andale Mono', monospace;"><a class="new" href="/es/HTML/Element/td" rel="internal" style="color: rgb(153, 0, 0); text-decoration: none;"><td></a></code>). Un pie de página típicamente contiene información acerca de el autor de la sección, datos de derechos de autor o enlaces a documentos relacionados.</p> <p><meta http-equiv="content-type" content="text/html; charset=utf-8"/></p> diff --git a/files/es/web/html/element/form/index.html b/files/es/web/html/element/form/index.html index d0ade4348c..d8e3b0c619 100644 --- a/files/es/web/html/element/form/index.html +++ b/files/es/web/html/element/form/index.html @@ -1,7 +1,8 @@ --- title: form -slug: Web/HTML/Elemento/form +slug: Web/HTML/Element/form translation_of: Web/HTML/Element/form +original_slug: Web/HTML/Elemento/form --- <h2 id="Resumen">Resumen</h2> <p>El elemento HTML form (<code><form></code>) representa una sección de un documento que contiene controles interactivos que permiten a un usuario enviar información a un servidor web.</p> diff --git a/files/es/web/html/element/frame/index.html b/files/es/web/html/element/frame/index.html index 21df468c42..95326371bc 100644 --- a/files/es/web/html/element/frame/index.html +++ b/files/es/web/html/element/frame/index.html @@ -1,11 +1,12 @@ --- title: frame -slug: Web/HTML/Elemento/frame +slug: Web/HTML/Element/frame tags: - HTML - - 'HTML:Elemento' + - HTML:Elemento - Todas_las_Categorías translation_of: Web/HTML/Element/frame +original_slug: Web/HTML/Elemento/frame --- <h3 id="Definici.C3.B3n" name="Definici.C3.B3n">Definición</h3> diff --git a/files/es/web/html/element/frameset/index.html b/files/es/web/html/element/frameset/index.html index cf90335bc6..8e2b69b946 100644 --- a/files/es/web/html/element/frameset/index.html +++ b/files/es/web/html/element/frameset/index.html @@ -1,11 +1,12 @@ --- title: frameset -slug: Web/HTML/Elemento/frameset +slug: Web/HTML/Element/frameset tags: - HTML - - 'HTML:Elemento' + - HTML:Elemento - Todas_las_Categorías translation_of: Web/HTML/Element/frameset +original_slug: Web/HTML/Elemento/frameset --- <h3 id="Definici.C3.B3n" name="Definici.C3.B3n">Definición</h3> diff --git a/files/es/web/html/element/head/index.html b/files/es/web/html/element/head/index.html index e0e6e13fe1..7a63613e46 100644 --- a/files/es/web/html/element/head/index.html +++ b/files/es/web/html/element/head/index.html @@ -1,12 +1,13 @@ --- title: head -slug: Web/HTML/Elemento/head +slug: Web/HTML/Element/head tags: - HTML - - 'HTML:Elemento' + - HTML:Elemento - Metadatos de documento HTML - Todas_las_Categorías translation_of: Web/HTML/Element/head +original_slug: Web/HTML/Elemento/head --- <div>{{HTMLRef}}</div> diff --git a/files/es/web/html/element/header/index.html b/files/es/web/html/element/header/index.html index f4bdcd9a75..bb32122ae7 100644 --- a/files/es/web/html/element/header/index.html +++ b/files/es/web/html/element/header/index.html @@ -1,11 +1,12 @@ --- title: header -slug: Web/HTML/Elemento/header +slug: Web/HTML/Element/header tags: - HTML5 - header - para_revisar translation_of: Web/HTML/Element/header +original_slug: Web/HTML/Elemento/header --- <p>El <em>elemento de HTML Header</em> (<span style="font-family: Courier New;"><header></span>) representa un grupo de ayudas introductorias o de navegación. Puede contener algunos elementos de encabezado, así como también un logo, un formulario de búsqueda, un nombre de autor y otros componentes.</p> diff --git a/files/es/web/html/element/heading_elements/index.html b/files/es/web/html/element/heading_elements/index.html index be0dd6801b..50faa08bd4 100644 --- a/files/es/web/html/element/heading_elements/index.html +++ b/files/es/web/html/element/heading_elements/index.html @@ -1,14 +1,15 @@ --- title: Elementos títulos -slug: Web/HTML/Elemento/Elementos_títulos +slug: Web/HTML/Element/Heading_Elements tags: - HTML - - 'HTML:Elemento' + - HTML:Elemento - Referencia - Secciones HTML - Todas_las_Categorías - Web translation_of: Web/HTML/Element/Heading_Elements +original_slug: Web/HTML/Elemento/Elementos_títulos --- <p id="Summary">Los elementos de <strong>encabezado</strong> implementan seis niveles de encabezado del documento, <code><h1></code> es el más importante, y <code><h6></code>, el menos importante. Un elemento de encabezado describe brevemente el tema de la sección que presenta. La información de encabezado puede ser usada por los agentes usuarios, por ejemplo, para construir una tabla de contenidos para un documento automáticamente.</p> diff --git a/files/es/web/html/element/hgroup/index.html b/files/es/web/html/element/hgroup/index.html index 18aa804ac2..88002304a6 100644 --- a/files/es/web/html/element/hgroup/index.html +++ b/files/es/web/html/element/hgroup/index.html @@ -1,7 +1,8 @@ --- title: hgroup -slug: Web/HTML/Elemento/hgroup +slug: Web/HTML/Element/hgroup translation_of: Web/HTML/Element/hgroup +original_slug: Web/HTML/Elemento/hgroup --- <h2 id="Resumen">Resumen</h2> diff --git a/files/es/web/html/element/hr/index.html b/files/es/web/html/element/hr/index.html index 22b569e245..31b24bd319 100644 --- a/files/es/web/html/element/hr/index.html +++ b/files/es/web/html/element/hr/index.html @@ -1,11 +1,12 @@ --- title: <hr> -slug: Web/HTML/Elemento/hr +slug: Web/HTML/Element/hr tags: - HTML - - 'HTML:Elemento' + - HTML:Elemento - Todas_las_Categorías translation_of: Web/HTML/Element/hr +original_slug: Web/HTML/Elemento/hr --- <h3 id="Definici.C3.B3n" name="Definici.C3.B3n">Definición</h3> diff --git a/files/es/web/html/element/html/index.html b/files/es/web/html/element/html/index.html index 48fd5f469e..9815bb0fd7 100644 --- a/files/es/web/html/element/html/index.html +++ b/files/es/web/html/element/html/index.html @@ -1,18 +1,19 @@ --- title: <html> -slug: Web/HTML/Elemento/html +slug: Web/HTML/Element/html tags: - Element - Elemento - HTML - HTML Root Element - HTML elemento raiz - - 'HTML:Elemento' + - HTML:Elemento - Reference - Referencia - Todas_las_Categorías - Web translation_of: Web/HTML/Element/html +original_slug: Web/HTML/Elemento/html --- <p>{{HTMLRef}}</p> diff --git a/files/es/web/html/element/i/index.html b/files/es/web/html/element/i/index.html index e3b318e367..86d425cf1e 100644 --- a/files/es/web/html/element/i/index.html +++ b/files/es/web/html/element/i/index.html @@ -1,11 +1,12 @@ --- title: i -slug: Web/HTML/Elemento/i +slug: Web/HTML/Element/i tags: - HTML - - 'HTML:Elemento' + - HTML:Elemento - Todas_las_Categorías translation_of: Web/HTML/Element/i +original_slug: Web/HTML/Elemento/i --- <p> </p> diff --git a/files/es/web/html/element/iframe/index.html b/files/es/web/html/element/iframe/index.html index 23d58f54e8..a79b497c43 100644 --- a/files/es/web/html/element/iframe/index.html +++ b/files/es/web/html/element/iframe/index.html @@ -1,6 +1,6 @@ --- title: '<iframe>: el elemento Inline Frame' -slug: Web/HTML/Elemento/iframe +slug: Web/HTML/Element/iframe tags: - Contenido - Contenido incrustado @@ -12,6 +12,7 @@ tags: - Web - iframe translation_of: Web/HTML/Element/iframe +original_slug: Web/HTML/Elemento/iframe --- <div>{{HTMLRef}}</div> diff --git a/files/es/web/html/element/image/index.html b/files/es/web/html/element/image/index.html index e48d44488f..e5e3765667 100644 --- a/files/es/web/html/element/image/index.html +++ b/files/es/web/html/element/image/index.html @@ -1,9 +1,10 @@ --- title: <image> -slug: Web/HTML/Elemento/image +slug: Web/HTML/Element/image tags: - HTML translation_of: Web/HTML/Element/image +original_slug: Web/HTML/Elemento/image --- <div>{{non-standard_header}}</div> diff --git a/files/es/web/html/element/img/index.html b/files/es/web/html/element/img/index.html index 6345af1848..becc547c14 100644 --- a/files/es/web/html/element/img/index.html +++ b/files/es/web/html/element/img/index.html @@ -1,12 +1,13 @@ --- title: img -slug: Web/HTML/Elemento/img +slug: Web/HTML/Element/img tags: - Contenido - Elemento - HTML - Incrustado translation_of: Web/HTML/Element/img +original_slug: Web/HTML/Elemento/img --- <p>El elemento de imagen HTML <span class="seoSummary"><code><strong><img></strong></code></span> representa una imagen en el documento.</p> diff --git a/files/es/web/html/element/index.html b/files/es/web/html/element/index.html index 537ca3cd41..d0c7ecd782 100644 --- a/files/es/web/html/element/index.html +++ b/files/es/web/html/element/index.html @@ -1,6 +1,6 @@ --- title: Referencia de Elementos HTML -slug: Web/HTML/Elemento +slug: Web/HTML/Element tags: - Elemento - HTML @@ -8,6 +8,7 @@ tags: - Web - básico translation_of: Web/HTML/Element +original_slug: Web/HTML/Elemento --- <div>{{HTMLSidebar("Elements")}}</div> diff --git a/files/es/web/html/element/input/button/index.html b/files/es/web/html/element/input/button/index.html index 7fbe354405..04bceffbd6 100644 --- a/files/es/web/html/element/input/button/index.html +++ b/files/es/web/html/element/input/button/index.html @@ -1,12 +1,13 @@ --- title: <input type ="button"> -slug: Web/HTML/Elemento/input/Botón +slug: Web/HTML/Element/input/button tags: - Elemento - Elemento Input - HTML - Referencia translation_of: Web/HTML/Element/input/button +original_slug: Web/HTML/Elemento/input/Botón --- <p>{{HTMLRef}}</p> diff --git a/files/es/web/html/element/input/checkbox/index.html b/files/es/web/html/element/input/checkbox/index.html index 1798198434..f8605cbf56 100644 --- a/files/es/web/html/element/input/checkbox/index.html +++ b/files/es/web/html/element/input/checkbox/index.html @@ -1,7 +1,8 @@ --- title: <input type="checkbox"> -slug: Web/HTML/Elemento/input/checkbox +slug: Web/HTML/Element/input/checkbox translation_of: Web/HTML/Element/input/checkbox +original_slug: Web/HTML/Elemento/input/checkbox --- <p><span class="seoSummary">El elemento HTML <strong><code><input type="checkbox"></code></strong> es un elemento de entrada que te permite insertar un vector o array de valores. El atributo <strong>value</strong> es usado para definr el valor enviado por el <strong>checkbox</strong>. El atributo <strong>checked</strong> se usa para indicar que el elemento está seleccionado. El atributo <strong>indeterminate</strong> se usa para indicar que el <strong>checkbox</strong> esta en un estado indeterminado (en la mayoria de las plataformas, esto dibuja una linea horizontal que atraviesa el <strong>checkbox</strong>).</span></p> diff --git a/files/es/web/html/element/input/color/index.html b/files/es/web/html/element/input/color/index.html index 09773888f0..3e362ac568 100644 --- a/files/es/web/html/element/input/color/index.html +++ b/files/es/web/html/element/input/color/index.html @@ -1,6 +1,6 @@ --- title: <input type="color"> -slug: Web/HTML/Elemento/input/color +slug: Web/HTML/Element/input/color tags: - Elemento - Entrada @@ -11,6 +11,7 @@ tags: - color - formulários translation_of: Web/HTML/Element/input/color +original_slug: Web/HTML/Elemento/input/color --- <div>{{HTMLRef}}</div> diff --git a/files/es/web/html/element/input/date/index.html b/files/es/web/html/element/input/date/index.html index a1c36c5530..215d8220df 100644 --- a/files/es/web/html/element/input/date/index.html +++ b/files/es/web/html/element/input/date/index.html @@ -1,6 +1,6 @@ --- title: <input type="date"> -slug: Web/HTML/Elemento/input/date +slug: Web/HTML/Element/input/date tags: - Elemento - Fecha @@ -8,6 +8,7 @@ tags: - Inputs en formularios - tipo Input translation_of: Web/HTML/Element/input/date +original_slug: Web/HTML/Elemento/input/date --- <p>{{HTMLRef}}</p> diff --git a/files/es/web/html/element/input/datetime/index.html b/files/es/web/html/element/input/datetime/index.html index f1f4aeac25..ee06a52a35 100644 --- a/files/es/web/html/element/input/datetime/index.html +++ b/files/es/web/html/element/input/datetime/index.html @@ -1,11 +1,12 @@ --- title: <input type="datetime"> -slug: Web/HTML/Elemento/input/datetime +slug: Web/HTML/Element/input/datetime tags: - Elemento - HTML - Referencia translation_of: Web/HTML/Element/input/datetime +original_slug: Web/HTML/Elemento/input/datetime --- <p><span class="seoSummary"><dfn>El HTML</dfn><code> <input type="datetime"> </code>es un control para ingresar tiempo y fecha (hora, minuto, segundo y fracción de segundo) basado en la zona horaria UTC . <dfn> </dfn></span></p> diff --git a/files/es/web/html/element/input/email/index.html b/files/es/web/html/element/input/email/index.html index f07953bb29..9a4fa78490 100644 --- a/files/es/web/html/element/input/email/index.html +++ b/files/es/web/html/element/input/email/index.html @@ -1,6 +1,6 @@ --- title: <input type="email"> -slug: Web/HTML/Elemento/input/email +slug: Web/HTML/Element/input/email tags: - Email - Forms @@ -11,6 +11,7 @@ tags: - correoᵉ - formulários translation_of: Web/HTML/Element/input/email +original_slug: Web/HTML/Elemento/input/email --- <div>{{HTMLRef}}</div> diff --git a/files/es/web/html/element/input/hidden/index.html b/files/es/web/html/element/input/hidden/index.html index b7c1c42126..2acfeee619 100644 --- a/files/es/web/html/element/input/hidden/index.html +++ b/files/es/web/html/element/input/hidden/index.html @@ -1,6 +1,6 @@ --- title: <input type="hidden"> -slug: Web/HTML/Elemento/input/hidden +slug: Web/HTML/Element/input/hidden tags: - Element - Forms @@ -11,6 +11,7 @@ tags: - formulários - hidden translation_of: Web/HTML/Element/input/hidden +original_slug: Web/HTML/Elemento/input/hidden --- <div>{{HTMLRef}}</div> diff --git a/files/es/web/html/element/input/index.html b/files/es/web/html/element/input/index.html index 7af5101141..b2594b0da7 100644 --- a/files/es/web/html/element/input/index.html +++ b/files/es/web/html/element/input/index.html @@ -1,6 +1,6 @@ --- title: input -slug: Web/HTML/Elemento/input +slug: Web/HTML/Element/input tags: - Elemento - Etiqueta HTML input @@ -10,6 +10,7 @@ tags: - Web - formularios html(2) translation_of: Web/HTML/Element/input +original_slug: Web/HTML/Elemento/input --- <h2 id="Resumen">Resumen</h2> diff --git a/files/es/web/html/element/input/number/index.html b/files/es/web/html/element/input/number/index.html index 102e540f7e..7f0b4166e8 100644 --- a/files/es/web/html/element/input/number/index.html +++ b/files/es/web/html/element/input/number/index.html @@ -1,6 +1,6 @@ --- title: <input type="number"> -slug: Web/HTML/Elemento/input/number +slug: Web/HTML/Element/input/number tags: - Elemento - Elemento de entrada @@ -11,6 +11,7 @@ tags: - Tipo de entrada - formulários translation_of: Web/HTML/Element/input/number +original_slug: Web/HTML/Elemento/input/number --- <div>{{HTMLRef}}</div> diff --git a/files/es/web/html/element/input/password/index.html b/files/es/web/html/element/input/password/index.html index 2fd6cd5cb2..63dccbe20f 100644 --- a/files/es/web/html/element/input/password/index.html +++ b/files/es/web/html/element/input/password/index.html @@ -1,11 +1,12 @@ --- title: <input type="password"> -slug: Web/HTML/Elemento/input/password +slug: Web/HTML/Element/input/password tags: - Element - HTML - Reference translation_of: Web/HTML/Element/input/password +original_slug: Web/HTML/Elemento/input/password --- <p> </p> diff --git a/files/es/web/html/element/input/range/index.html b/files/es/web/html/element/input/range/index.html index e0cf92d55a..7c7219c4b5 100644 --- a/files/es/web/html/element/input/range/index.html +++ b/files/es/web/html/element/input/range/index.html @@ -1,6 +1,6 @@ --- title: <input type="range"> -slug: Web/HTML/Elemento/input/range +slug: Web/HTML/Element/input/range tags: - Elementos - Formulários HTML @@ -14,6 +14,7 @@ tags: - formulários - slider translation_of: Web/HTML/Element/input/range +original_slug: Web/HTML/Elemento/input/range --- <div>{{HTMLRef}}</div> diff --git a/files/es/web/html/element/input/text/index.html b/files/es/web/html/element/input/text/index.html index b98f985679..a3061bbc78 100644 --- a/files/es/web/html/element/input/text/index.html +++ b/files/es/web/html/element/input/text/index.html @@ -1,6 +1,6 @@ --- title: <input type="text"> -slug: Web/HTML/Elemento/input/text +slug: Web/HTML/Element/input/text tags: - Entrada de texto - Form input @@ -14,6 +14,7 @@ tags: - formulários - text input translation_of: Web/HTML/Element/input/text +original_slug: Web/HTML/Elemento/input/text --- <div>{{HTMLRef}}</div> diff --git a/files/es/web/html/element/ins/index.html b/files/es/web/html/element/ins/index.html index 8201603d48..d29d326fed 100644 --- a/files/es/web/html/element/ins/index.html +++ b/files/es/web/html/element/ins/index.html @@ -1,11 +1,12 @@ --- title: ins -slug: Web/HTML/Elemento/ins +slug: Web/HTML/Element/ins tags: - HTML - - 'HTML:Elemento' + - HTML:Elemento - Todas_las_Categorías translation_of: Web/HTML/Element/ins +original_slug: Web/HTML/Elemento/ins --- <h3 id="Definici.C3.B3n" name="Definici.C3.B3n">Definición</h3> diff --git a/files/es/web/html/element/isindex/index.html b/files/es/web/html/element/isindex/index.html index 520c286c08..1a3a9637f2 100644 --- a/files/es/web/html/element/isindex/index.html +++ b/files/es/web/html/element/isindex/index.html @@ -1,6 +1,6 @@ --- title: <isindex> -slug: Web/HTML/Elemento/isindex +slug: Web/HTML/Element/isindex tags: - Deprecado - Elemento @@ -8,6 +8,7 @@ tags: - Referencia - Web translation_of: Web/HTML/Element/isindex +original_slug: Web/HTML/Elemento/isindex --- <div>{{Deprecated_header}}</div> diff --git a/files/es/web/html/element/kbd/index.html b/files/es/web/html/element/kbd/index.html index 1f29dead64..a1a6e42c87 100644 --- a/files/es/web/html/element/kbd/index.html +++ b/files/es/web/html/element/kbd/index.html @@ -1,11 +1,12 @@ --- title: kbd -slug: Web/HTML/Elemento/kbd +slug: Web/HTML/Element/kbd tags: - HTML - - 'HTML:Elemento' + - HTML:Elemento - Todas_las_Categorías translation_of: Web/HTML/Element/kbd +original_slug: Web/HTML/Elemento/kbd --- <p> </p> diff --git a/files/es/web/html/element/keygen/index.html b/files/es/web/html/element/keygen/index.html index 0370a780cd..ea4224c361 100644 --- a/files/es/web/html/element/keygen/index.html +++ b/files/es/web/html/element/keygen/index.html @@ -1,9 +1,10 @@ --- title: keygen -slug: Web/HTML/Elemento/keygen +slug: Web/HTML/Element/keygen tags: - para_revisar translation_of: Web/HTML/Element/keygen +original_slug: Web/HTML/Elemento/keygen --- <p>El elemento <code>keygen</code> de HTML existe para facilitar la generación de llaves, y el envío de la clave pública como parte de un formulario HTML. Este mecanismo está diseñado para utilizarse con sistemas de gestión de certificados basados en la Web. Se espera que el elemento <code>keygen</code> se utilice en un formulario HTML, junto con otra información necesaria para la construcción de una solicitud de certificado, y que el resultado del proceso será un certificado firmado.</p> diff --git a/files/es/web/html/element/label/index.html b/files/es/web/html/element/label/index.html index 3017c1ba36..4ef1a1a7d9 100644 --- a/files/es/web/html/element/label/index.html +++ b/files/es/web/html/element/label/index.html @@ -1,7 +1,8 @@ --- title: <label> -slug: Web/HTML/Elemento/label +slug: Web/HTML/Element/label translation_of: Web/HTML/Element/label +original_slug: Web/HTML/Elemento/label --- <h2 id="Resumen">Resumen</h2> diff --git a/files/es/web/html/element/legend/index.html b/files/es/web/html/element/legend/index.html index 1aaaecced4..1ad33e3359 100644 --- a/files/es/web/html/element/legend/index.html +++ b/files/es/web/html/element/legend/index.html @@ -1,11 +1,12 @@ --- title: legend -slug: Web/HTML/Elemento/legend +slug: Web/HTML/Element/legend tags: - HTML - - 'HTML:Elemento' + - HTML:Elemento - Todas_las_Categorías translation_of: Web/HTML/Element/legend +original_slug: Web/HTML/Elemento/legend --- <h3 id="Definici.C3.B3n" name="Definici.C3.B3n">Definición</h3> diff --git a/files/es/web/html/element/li/index.html b/files/es/web/html/element/li/index.html index 5c9755e528..d9e648610a 100644 --- a/files/es/web/html/element/li/index.html +++ b/files/es/web/html/element/li/index.html @@ -1,11 +1,12 @@ --- title: li -slug: Web/HTML/Elemento/li +slug: Web/HTML/Element/li tags: - HTML - - 'HTML:Elemento' + - HTML:Elemento - Todas_las_Categorías translation_of: Web/HTML/Element/li +original_slug: Web/HTML/Elemento/li --- <p> </p> diff --git a/files/es/web/html/element/link/index.html b/files/es/web/html/element/link/index.html index e604bf0f30..42f6f00185 100644 --- a/files/es/web/html/element/link/index.html +++ b/files/es/web/html/element/link/index.html @@ -1,15 +1,16 @@ --- title: link -slug: Web/HTML/Elemento/link +slug: Web/HTML/Element/link tags: - HTML - - 'HTML:Elemento' + - HTML:Elemento - Metadatos - Metadatos de documento HTML - Referencia - Todas_las_Categorías - Web translation_of: Web/HTML/Element/link +original_slug: Web/HTML/Elemento/link --- <p id="Summary">{{HTMLRef}}</p> diff --git a/files/es/web/html/element/main/index.html b/files/es/web/html/element/main/index.html index fd3fd6c917..c9211bd36f 100644 --- a/files/es/web/html/element/main/index.html +++ b/files/es/web/html/element/main/index.html @@ -1,7 +1,8 @@ --- title: <main> -slug: Web/HTML/Elemento/main +slug: Web/HTML/Element/main translation_of: Web/HTML/Element/main +original_slug: Web/HTML/Elemento/main --- <h2 id="Resumen">Resumen</h2> diff --git a/files/es/web/html/element/map/index.html b/files/es/web/html/element/map/index.html index 1a87193ffc..6027ffb48b 100644 --- a/files/es/web/html/element/map/index.html +++ b/files/es/web/html/element/map/index.html @@ -1,11 +1,12 @@ --- title: map -slug: Web/HTML/Elemento/map +slug: Web/HTML/Element/map tags: - HTML - - 'HTML:Elemento' + - HTML:Elemento - Todas_las_Categorías translation_of: Web/HTML/Element/map +original_slug: Web/HTML/Elemento/map --- <h3 id="Definici.C3.B3n" name="Definici.C3.B3n">Definición</h3> diff --git a/files/es/web/html/element/mark/index.html b/files/es/web/html/element/mark/index.html index 38ed980e3a..ca8c38f67f 100644 --- a/files/es/web/html/element/mark/index.html +++ b/files/es/web/html/element/mark/index.html @@ -1,13 +1,14 @@ --- title: '<mark>: el elemento de resaltado de texto' -slug: Web/HTML/Elemento/mark +slug: Web/HTML/Element/mark tags: - HTML - HTML5 - - 'HTML:Elemento' + - HTML:Elemento - mark - para_revisar translation_of: Web/HTML/Element/mark +original_slug: Web/HTML/Elemento/mark --- <div>{{HTMLRef}}</div> diff --git a/files/es/web/html/element/marquee/index.html b/files/es/web/html/element/marquee/index.html index 5eeeec12bf..fb3e7f0e6f 100644 --- a/files/es/web/html/element/marquee/index.html +++ b/files/es/web/html/element/marquee/index.html @@ -1,6 +1,6 @@ --- title: <marquee> -slug: Web/HTML/Elemento/marquee +slug: Web/HTML/Element/marquee tags: - Elemento - HTML @@ -11,6 +11,7 @@ tags: - marquesina - obsoleta translation_of: Web/HTML/Element/marquee +original_slug: Web/HTML/Elemento/marquee --- <div>{{HTMLRef}}</div> diff --git a/files/es/web/html/element/menu/index.html b/files/es/web/html/element/menu/index.html index 887e230f1b..7ec8bba71e 100644 --- a/files/es/web/html/element/menu/index.html +++ b/files/es/web/html/element/menu/index.html @@ -1,11 +1,12 @@ --- title: menu -slug: Web/HTML/Elemento/menu +slug: Web/HTML/Element/menu tags: - HTML - - 'HTML:Elemento' + - HTML:Elemento - Todas_las_Categorías translation_of: Web/HTML/Element/menu +original_slug: Web/HTML/Elemento/menu --- <p> </p> diff --git a/files/es/web/html/element/meta/index.html b/files/es/web/html/element/meta/index.html index c2fa5ce5a5..f7352721e5 100644 --- a/files/es/web/html/element/meta/index.html +++ b/files/es/web/html/element/meta/index.html @@ -1,11 +1,12 @@ --- title: meta -slug: Web/HTML/Elemento/meta +slug: Web/HTML/Element/meta tags: - HTML - - 'HTML:Elemento' + - HTML:Elemento - Todas_las_Categorías translation_of: Web/HTML/Element/meta +original_slug: Web/HTML/Elemento/meta --- <h3 id="Definici.C3.B3n" name="Definici.C3.B3n">Definición</h3> diff --git a/files/es/web/html/element/multicol/index.html b/files/es/web/html/element/multicol/index.html index e03e9ae580..a72b10be86 100644 --- a/files/es/web/html/element/multicol/index.html +++ b/files/es/web/html/element/multicol/index.html @@ -1,9 +1,10 @@ --- title: <multicol> -slug: Web/HTML/Elemento/multicol +slug: Web/HTML/Element/multicol tags: - HTML translation_of: Web/HTML/Element/multicol +original_slug: Web/HTML/Elemento/multicol --- <div>{{non-standard_header}}</div> diff --git a/files/es/web/html/element/nav/index.html b/files/es/web/html/element/nav/index.html index c8d998cef2..699121fe8a 100644 --- a/files/es/web/html/element/nav/index.html +++ b/files/es/web/html/element/nav/index.html @@ -1,6 +1,6 @@ --- title: '<nav>: El elemento de sección de navegación' -slug: Web/HTML/Elemento/nav +slug: Web/HTML/Element/nav tags: - Elemento - HTML5 @@ -10,6 +10,7 @@ tags: - programacion - sección translation_of: Web/HTML/Element/nav +original_slug: Web/HTML/Elemento/nav --- <p>{{HTMLRef}}</p> diff --git a/files/es/web/html/element/nobr/index.html b/files/es/web/html/element/nobr/index.html index 2585c6c084..544f1f3ea2 100644 --- a/files/es/web/html/element/nobr/index.html +++ b/files/es/web/html/element/nobr/index.html @@ -1,6 +1,6 @@ --- title: <nobr> -slug: Web/HTML/Elemento/nobr +slug: Web/HTML/Element/nobr tags: - Elemento - HTML @@ -10,6 +10,7 @@ tags: - Web - nobr translation_of: Web/HTML/Element/nobr +original_slug: Web/HTML/Elemento/nobr --- <div>{{non-standard_header}}</div> diff --git a/files/es/web/html/element/noframes/index.html b/files/es/web/html/element/noframes/index.html index 97f1c8e234..bde1f1b8e2 100644 --- a/files/es/web/html/element/noframes/index.html +++ b/files/es/web/html/element/noframes/index.html @@ -1,11 +1,12 @@ --- title: noframes -slug: Web/HTML/Elemento/noframes +slug: Web/HTML/Element/noframes tags: - HTML - - 'HTML:Elemento' + - HTML:Elemento - Todas_las_Categorías translation_of: Web/HTML/Element/noframes +original_slug: Web/HTML/Elemento/noframes --- <h3 id="Definici.C3.B3n" name="Definici.C3.B3n">Definición</h3> diff --git a/files/es/web/html/element/noscript/index.html b/files/es/web/html/element/noscript/index.html index c90b056c7b..4050e4644b 100644 --- a/files/es/web/html/element/noscript/index.html +++ b/files/es/web/html/element/noscript/index.html @@ -1,11 +1,12 @@ --- title: noscript -slug: Web/HTML/Elemento/noscript +slug: Web/HTML/Element/noscript tags: - HTML - - 'HTML:Elemento' + - HTML:Elemento - Todas_las_Categorías translation_of: Web/HTML/Element/noscript +original_slug: Web/HTML/Elemento/noscript --- <h3 id="Definici.C3.B3n" name="Definici.C3.B3n">Definición</h3> diff --git a/files/es/web/html/element/object/index.html b/files/es/web/html/element/object/index.html index d859ea1b66..bda7514c0f 100644 --- a/files/es/web/html/element/object/index.html +++ b/files/es/web/html/element/object/index.html @@ -1,6 +1,6 @@ --- title: <object> -slug: Web/HTML/Elemento/object +slug: Web/HTML/Element/object tags: - Contenido incrustado - Elemento @@ -9,6 +9,7 @@ tags: - Web - incrustar translation_of: Web/HTML/Element/object +original_slug: Web/HTML/Elemento/object --- <p>{{HTMLRef}}</p> diff --git a/files/es/web/html/element/ol/index.html b/files/es/web/html/element/ol/index.html index f62713c92b..2678c91eb9 100644 --- a/files/es/web/html/element/ol/index.html +++ b/files/es/web/html/element/ol/index.html @@ -1,11 +1,12 @@ --- title: ol -slug: Web/HTML/Elemento/ol +slug: Web/HTML/Element/ol tags: - HTML - - 'HTML:Elemento' + - HTML:Elemento - Todas_las_Categorías translation_of: Web/HTML/Element/ol +original_slug: Web/HTML/Elemento/ol --- <h3 id="Definici.C3.B3n" name="Definici.C3.B3n">Definición</h3> diff --git a/files/es/web/html/element/option/index.html b/files/es/web/html/element/option/index.html index 3b97475475..dd015d7b41 100644 --- a/files/es/web/html/element/option/index.html +++ b/files/es/web/html/element/option/index.html @@ -1,6 +1,6 @@ --- title: <option> -slug: Web/HTML/Elemento/option +slug: Web/HTML/Element/option tags: - Elemento - Formulários HTML @@ -9,6 +9,7 @@ tags: - formulários - htmls translation_of: Web/HTML/Element/option +original_slug: Web/HTML/Elemento/option --- <div>{{HTMLRef}}</div> diff --git a/files/es/web/html/element/p/index.html b/files/es/web/html/element/p/index.html index 5e9216b1f5..d61432122b 100644 --- a/files/es/web/html/element/p/index.html +++ b/files/es/web/html/element/p/index.html @@ -1,11 +1,12 @@ --- title: p -slug: Web/HTML/Elemento/p +slug: Web/HTML/Element/p tags: - HTML - - 'HTML:Elemento' + - HTML:Elemento - Todas_las_Categorías translation_of: Web/HTML/Element/p +original_slug: Web/HTML/Elemento/p --- <h3 id="Definici.C3.B3n" name="Definici.C3.B3n">Definición</h3> diff --git a/files/es/web/html/element/param/index.html b/files/es/web/html/element/param/index.html index b9314fa0c1..320ff230ec 100644 --- a/files/es/web/html/element/param/index.html +++ b/files/es/web/html/element/param/index.html @@ -1,11 +1,12 @@ --- title: param -slug: Web/HTML/Elemento/param +slug: Web/HTML/Element/param tags: - HTML - - 'HTML:Elemento' + - HTML:Elemento - Todas_las_Categorías translation_of: Web/HTML/Element/param +original_slug: Web/HTML/Elemento/param --- <h3 id="Definici.C3.B3n" name="Definici.C3.B3n">Definición</h3> diff --git a/files/es/web/html/element/picture/index.html b/files/es/web/html/element/picture/index.html index 99d681da97..df678137e4 100644 --- a/files/es/web/html/element/picture/index.html +++ b/files/es/web/html/element/picture/index.html @@ -1,12 +1,13 @@ --- title: <picture> -slug: Web/HTML/Elemento/picture +slug: Web/HTML/Element/picture tags: - Elemento - Fotografía - Imagen - graficos translation_of: Web/HTML/Element/picture +original_slug: Web/HTML/Elemento/picture --- <div>{{HTMLRef}}{{SeeCompatTable}}</div> diff --git a/files/es/web/html/element/pre/index.html b/files/es/web/html/element/pre/index.html index 2ec0cf56dc..f6c85a7c15 100644 --- a/files/es/web/html/element/pre/index.html +++ b/files/es/web/html/element/pre/index.html @@ -1,7 +1,8 @@ --- title: <pre> -slug: Web/HTML/Elemento/pre +slug: Web/HTML/Element/pre translation_of: Web/HTML/Element/pre +original_slug: Web/HTML/Elemento/pre --- <h2 id="Sumario">Sumario</h2> diff --git a/files/es/web/html/element/progress/index.html b/files/es/web/html/element/progress/index.html index 581c0da783..9452e3ecce 100644 --- a/files/es/web/html/element/progress/index.html +++ b/files/es/web/html/element/progress/index.html @@ -1,7 +1,8 @@ --- title: '<progress>: Elemento indicador de progreso' -slug: Web/HTML/Elemento/progress +slug: Web/HTML/Element/progress translation_of: Web/HTML/Element/progress +original_slug: Web/HTML/Elemento/progress --- <div>{{HTMLRef}}</div> diff --git a/files/es/web/html/element/q/index.html b/files/es/web/html/element/q/index.html index edcc4076e6..4c6c59ba68 100644 --- a/files/es/web/html/element/q/index.html +++ b/files/es/web/html/element/q/index.html @@ -1,6 +1,6 @@ --- title: '<q>: El elemento de cita en línea' -slug: Web/HTML/Elemento/q +slug: Web/HTML/Element/q tags: - Cita de bloque independiente - Citación @@ -13,6 +13,7 @@ tags: - Web - cita translation_of: Web/HTML/Element/q +original_slug: Web/HTML/Elemento/q --- <div>{{HTMLRef}}</div> diff --git a/files/es/web/html/element/s/index.html b/files/es/web/html/element/s/index.html index e515a0257f..ee2366dd98 100644 --- a/files/es/web/html/element/s/index.html +++ b/files/es/web/html/element/s/index.html @@ -1,11 +1,12 @@ --- title: s -slug: Web/HTML/Elemento/s +slug: Web/HTML/Element/s tags: - HTML - - 'HTML:Elemento' + - HTML:Elemento - Todas_las_Categorías translation_of: Web/HTML/Element/s +original_slug: Web/HTML/Elemento/s --- <p> </p> diff --git a/files/es/web/html/element/samp/index.html b/files/es/web/html/element/samp/index.html index 2957372979..7bce89c333 100644 --- a/files/es/web/html/element/samp/index.html +++ b/files/es/web/html/element/samp/index.html @@ -1,12 +1,13 @@ --- title: samp -slug: Web/HTML/Elemento/samp +slug: Web/HTML/Element/samp tags: - Elemento - HTML - Referencia - Web translation_of: Web/HTML/Element/samp +original_slug: Web/HTML/Elemento/samp --- <div>{{HTMLRef}}</div> diff --git a/files/es/web/html/element/section/index.html b/files/es/web/html/element/section/index.html index 3a68adbae3..b850032d78 100644 --- a/files/es/web/html/element/section/index.html +++ b/files/es/web/html/element/section/index.html @@ -1,7 +1,8 @@ --- title: section -slug: Web/HTML/Elemento/section +slug: Web/HTML/Element/section translation_of: Web/HTML/Element/section +original_slug: Web/HTML/Elemento/section --- <h2 id="Resumen">Resumen</h2> diff --git a/files/es/web/html/element/select/index.html b/files/es/web/html/element/select/index.html index edaf0488ab..3b1558014b 100644 --- a/files/es/web/html/element/select/index.html +++ b/files/es/web/html/element/select/index.html @@ -1,6 +1,6 @@ --- title: <select> -slug: Web/HTML/Elemento/select +slug: Web/HTML/Element/select tags: - Elemento - Formulario(2) @@ -9,6 +9,7 @@ tags: - Web - formularios html(2) translation_of: Web/HTML/Element/select +original_slug: Web/HTML/Elemento/select --- <h2 id="Resumen">Resumen</h2> diff --git a/files/es/web/html/element/shadow/index.html b/files/es/web/html/element/shadow/index.html index bd3cc37616..7c5720124f 100644 --- a/files/es/web/html/element/shadow/index.html +++ b/files/es/web/html/element/shadow/index.html @@ -1,7 +1,8 @@ --- title: <shadow> -slug: Web/HTML/Elemento/Shadow +slug: Web/HTML/Element/shadow translation_of: Web/HTML/Element/shadow +original_slug: Web/HTML/Elemento/Shadow --- <p>{{obsolete_header}}</p> diff --git a/files/es/web/html/element/slot/index.html b/files/es/web/html/element/slot/index.html index b7a7407d83..de3cd5e4cc 100644 --- a/files/es/web/html/element/slot/index.html +++ b/files/es/web/html/element/slot/index.html @@ -1,6 +1,6 @@ --- title: <slot> -slug: Web/HTML/Elemento/slot +slug: Web/HTML/Element/slot tags: - Componentes Web - Componentes Web HTML @@ -10,6 +10,7 @@ tags: - slot - sombra dom translation_of: Web/HTML/Element/slot +original_slug: Web/HTML/Elemento/slot --- <p>{{HTMLRef}}</p> diff --git a/files/es/web/html/element/small/index.html b/files/es/web/html/element/small/index.html index 21f0cb4331..92616de060 100644 --- a/files/es/web/html/element/small/index.html +++ b/files/es/web/html/element/small/index.html @@ -1,11 +1,12 @@ --- title: small -slug: Web/HTML/Elemento/small +slug: Web/HTML/Element/small tags: - HTML - - 'HTML:Elemento' + - HTML:Elemento - Todas_las_Categorías translation_of: Web/HTML/Element/small +original_slug: Web/HTML/Elemento/small --- <p>El <strong>elemento HTML <small></strong> hace el tamaño del texto una talla más pequeña (por ejemplo, de largo a mediano, o de pequeño a extra pequeño) que el tamaño mínimo de fuente del navegador. En HTML5, este elemento es reutilizado para representar comentarios laterales y letra pequeña, incluyendo derechos de autor y texto legal, independientemente de su estilo de presentación.</p> diff --git a/files/es/web/html/element/source/index.html b/files/es/web/html/element/source/index.html index c116ef3464..71833ec7f8 100644 --- a/files/es/web/html/element/source/index.html +++ b/files/es/web/html/element/source/index.html @@ -1,6 +1,6 @@ --- title: <source> -slug: Web/HTML/Elemento/source +slug: Web/HTML/Element/source tags: - Elemento - HTML @@ -8,6 +8,7 @@ tags: - Referencia - Web translation_of: Web/HTML/Element/source +original_slug: Web/HTML/Elemento/source --- <p>El <strong>elemento HTML <code><source></code> </strong> especifica recursos de medios múltiples para los elementos {{HTMLElement("picture")}}, {{HTMLElement("audio")}}, o {{HTMLElement("video")}}. Es un elemento vacío. Normalmente se utiliza para servir el mismo contenido multimedia en <a href="/en-US/docs/Media_formats_supported_by_the_audio_and_video_elements">varios formatos soportados por diferentes navegadores</a>.</p> diff --git a/files/es/web/html/element/span/index.html b/files/es/web/html/element/span/index.html index 38a79bda5c..9536b923df 100644 --- a/files/es/web/html/element/span/index.html +++ b/files/es/web/html/element/span/index.html @@ -1,11 +1,12 @@ --- title: span -slug: Web/HTML/Elemento/span +slug: Web/HTML/Element/span tags: - HTML - - 'HTML:Elemento' + - HTML:Elemento - Todas_las_Categorías translation_of: Web/HTML/Element/span +original_slug: Web/HTML/Elemento/span --- <h3 id="Definici.C3.B3n" name="Definici.C3.B3n">Definición</h3> diff --git a/files/es/web/html/element/strike/index.html b/files/es/web/html/element/strike/index.html index cb33cc0fe7..d8b1b45ee4 100644 --- a/files/es/web/html/element/strike/index.html +++ b/files/es/web/html/element/strike/index.html @@ -1,11 +1,12 @@ --- title: strike -slug: Web/HTML/Elemento/strike +slug: Web/HTML/Element/strike tags: - HTML - - 'HTML:Elemento' + - HTML:Elemento - Todas_las_Categorías translation_of: Web/HTML/Element/strike +original_slug: Web/HTML/Elemento/strike --- <p> </p> diff --git a/files/es/web/html/element/strong/index.html b/files/es/web/html/element/strong/index.html index e04ea0a0e7..933e473355 100644 --- a/files/es/web/html/element/strong/index.html +++ b/files/es/web/html/element/strong/index.html @@ -1,11 +1,12 @@ --- title: strong -slug: Web/HTML/Elemento/strong +slug: Web/HTML/Element/strong tags: - HTML - - 'HTML:Elemento' + - HTML:Elemento - Todas_las_Categorías translation_of: Web/HTML/Element/strong +original_slug: Web/HTML/Elemento/strong --- <p> </p> diff --git a/files/es/web/html/element/style/index.html b/files/es/web/html/element/style/index.html index c298d810ad..5b851cc727 100644 --- a/files/es/web/html/element/style/index.html +++ b/files/es/web/html/element/style/index.html @@ -1,11 +1,12 @@ --- title: style -slug: Web/HTML/Elemento/style +slug: Web/HTML/Element/style tags: - HTML - - 'HTML:Elemento' + - HTML:Elemento - Todas_las_Categorías translation_of: Web/HTML/Element/style +original_slug: Web/HTML/Elemento/style --- <h3 id="Definici.C3.B3n" name="Definici.C3.B3n">Definición</h3> diff --git a/files/es/web/html/element/sub/index.html b/files/es/web/html/element/sub/index.html index 4140eaa5cf..bc24e468c7 100644 --- a/files/es/web/html/element/sub/index.html +++ b/files/es/web/html/element/sub/index.html @@ -1,11 +1,12 @@ --- title: sub -slug: Web/HTML/Elemento/sub +slug: Web/HTML/Element/sub tags: - HTML - - 'HTML:Elemento' + - HTML:Elemento - Todas_las_Categorías translation_of: Web/HTML/Element/sub +original_slug: Web/HTML/Elemento/sub --- <p>{{HTMLRef}}</p> diff --git a/files/es/web/html/element/sup/index.html b/files/es/web/html/element/sup/index.html index 51f98765f1..e4443c2e6a 100644 --- a/files/es/web/html/element/sup/index.html +++ b/files/es/web/html/element/sup/index.html @@ -1,11 +1,12 @@ --- title: sup -slug: Web/HTML/Elemento/sup +slug: Web/HTML/Element/sup tags: - HTML - - 'HTML:Elemento' + - HTML:Elemento - Todas_las_Categorías translation_of: Web/HTML/Element/sup +original_slug: Web/HTML/Elemento/sup --- <p>El <strong>elemento HTML</strong> <sup> define un fragmento de texto que se debe mostrar, por razones tipográficas, más alto, y generalmente más pequeño, que el tramo principal del texto, es decir, en superíndice.</p> diff --git a/files/es/web/html/element/table/index.html b/files/es/web/html/element/table/index.html index 1dffe0d7c2..29318c7f70 100644 --- a/files/es/web/html/element/table/index.html +++ b/files/es/web/html/element/table/index.html @@ -1,7 +1,8 @@ --- title: tabla -slug: Web/HTML/Elemento/table +slug: Web/HTML/Element/table translation_of: Web/HTML/Element/table +original_slug: Web/HTML/Elemento/table --- <h2 id="Resumen">Resumen</h2> <p>El <em>Elemento de Tabla HTML</em> (<code><table></code>) representa datos en dos o mas dimensiones.</p> diff --git a/files/es/web/html/element/td/index.html b/files/es/web/html/element/td/index.html index dc8867d87f..015625a6de 100644 --- a/files/es/web/html/element/td/index.html +++ b/files/es/web/html/element/td/index.html @@ -1,7 +1,8 @@ --- title: <td> -slug: Web/HTML/Elemento/td +slug: Web/HTML/Element/td translation_of: Web/HTML/Element/td +original_slug: Web/HTML/Elemento/td --- <h2 id="Resumen">Resumen</h2> diff --git a/files/es/web/html/element/template/index.html b/files/es/web/html/element/template/index.html index b6fe0ca924..5011d952c3 100644 --- a/files/es/web/html/element/template/index.html +++ b/files/es/web/html/element/template/index.html @@ -1,9 +1,10 @@ --- title: <template> -slug: Web/HTML/Elemento/template +slug: Web/HTML/Element/template tags: - Plantilla translation_of: Web/HTML/Element/template +original_slug: Web/HTML/Elemento/template --- <p><span class="seoSummary">El <strong>elemento</strong> <strong>HTML <code><template></code></strong> es un mecanismo para mantener el contenido </span> <span class="seoSummary">{{Glossary("HTML")}}</span> <span class="seoSummary">del lado del cliente que no se renderiza cuando se carga una página, pero que posteriormente puede ser instanciado durante el tiempo de ejecución empleando JavaScript.</span></p> diff --git a/files/es/web/html/element/textarea/index.html b/files/es/web/html/element/textarea/index.html index f062f6e1c6..adba30e0f0 100644 --- a/files/es/web/html/element/textarea/index.html +++ b/files/es/web/html/element/textarea/index.html @@ -1,6 +1,6 @@ --- title: <textarea> -slug: Web/HTML/Elemento/textarea +slug: Web/HTML/Element/textarea tags: - Elemento - Formularios(2) @@ -8,6 +8,7 @@ tags: - Referencia - Web translation_of: Web/HTML/Element/textarea +original_slug: Web/HTML/Elemento/textarea --- <h2 id="Resumen">Resumen</h2> diff --git a/files/es/web/html/element/th/index.html b/files/es/web/html/element/th/index.html index dae17481e0..4811a8aa20 100644 --- a/files/es/web/html/element/th/index.html +++ b/files/es/web/html/element/th/index.html @@ -1,7 +1,8 @@ --- title: <th> -slug: Web/HTML/Elemento/th +slug: Web/HTML/Element/th translation_of: Web/HTML/Element/th +original_slug: Web/HTML/Elemento/th --- <p><span class="seoSummary">El elemento <strong>HTML <code><th></code> </strong>define una celda como encabezado de un grupo de celdas en una tabla. La naturaleza exacta de este grupo está definida por los atributos {{htmlattrxref("scope", "th")}} y {{htmlattrxref("headers", "th")}}.</span></p> diff --git a/files/es/web/html/element/time/index.html b/files/es/web/html/element/time/index.html index 8216d3b167..45912b8468 100644 --- a/files/es/web/html/element/time/index.html +++ b/files/es/web/html/element/time/index.html @@ -1,6 +1,6 @@ --- title: time -slug: Web/HTML/Elemento/time +slug: Web/HTML/Element/time tags: - Elemento - Fecha @@ -10,6 +10,7 @@ tags: - Referencia - Web translation_of: Web/HTML/Element/time +original_slug: Web/HTML/Elemento/time --- <p>El <strong>elemento HTML <code><time></code></strong> representa un periodo específico en el tiempo. Puede incluir el atributo <code>datetime</code> para convertir las fechas en un formato interno legible por un ordenador, permitiendo mejores resultados en los motores de búsqueda o características personalizadas como recordatorios.</p> diff --git a/files/es/web/html/element/title/index.html b/files/es/web/html/element/title/index.html index 978149f8a6..a3548236e0 100644 --- a/files/es/web/html/element/title/index.html +++ b/files/es/web/html/element/title/index.html @@ -1,11 +1,12 @@ --- title: title -slug: Web/HTML/Elemento/title +slug: Web/HTML/Element/title tags: - HTML - - 'HTML:Elemento' + - HTML:Elemento - Todas_las_Categorías translation_of: Web/HTML/Element/title +original_slug: Web/HTML/Elemento/title --- <p> </p> diff --git a/files/es/web/html/element/tr/index.html b/files/es/web/html/element/tr/index.html index 6e57c8d5e0..d4a00075f9 100644 --- a/files/es/web/html/element/tr/index.html +++ b/files/es/web/html/element/tr/index.html @@ -1,6 +1,6 @@ --- title: <tr> -slug: Web/HTML/Elemento/tr +slug: Web/HTML/Element/tr tags: - Element - Elemento @@ -11,6 +11,7 @@ tags: - Tablas - Web translation_of: Web/HTML/Element/tr +original_slug: Web/HTML/Elemento/tr --- <h2 id="Resumen">Resumen</h2> diff --git a/files/es/web/html/element/track/index.html b/files/es/web/html/element/track/index.html index e05d9f0a9e..a3f1b49276 100644 --- a/files/es/web/html/element/track/index.html +++ b/files/es/web/html/element/track/index.html @@ -1,6 +1,6 @@ --- title: '<track>: El elemento para pistas de texto incrustado' -slug: Web/HTML/Elemento/track +slug: Web/HTML/Element/track tags: - Accessibility - Contenido HTML insertado @@ -15,6 +15,7 @@ tags: - anotaciones - track translation_of: Web/HTML/Element/track +original_slug: Web/HTML/Elemento/track --- <div>{{HTMLRef}}</div> diff --git a/files/es/web/html/element/tt/index.html b/files/es/web/html/element/tt/index.html index 3bdd50de49..9c43826679 100644 --- a/files/es/web/html/element/tt/index.html +++ b/files/es/web/html/element/tt/index.html @@ -1,11 +1,12 @@ --- title: tt -slug: Web/HTML/Elemento/tt +slug: Web/HTML/Element/tt tags: - HTML - - 'HTML:Elemento' + - HTML:Elemento - Todas_las_Categorías translation_of: Web/HTML/Element/tt +original_slug: Web/HTML/Elemento/tt --- <p> </p> diff --git a/files/es/web/html/element/u/index.html b/files/es/web/html/element/u/index.html index 1a355b443d..dfeb428572 100644 --- a/files/es/web/html/element/u/index.html +++ b/files/es/web/html/element/u/index.html @@ -1,11 +1,12 @@ --- title: u -slug: Web/HTML/Elemento/u +slug: Web/HTML/Element/u tags: - HTML - - 'HTML:Elemento' + - HTML:Elemento - Todas_las_Categorías translation_of: Web/HTML/Element/u +original_slug: Web/HTML/Elemento/u --- <p> </p> diff --git a/files/es/web/html/element/ul/index.html b/files/es/web/html/element/ul/index.html index 6279c722bc..c75a165c46 100644 --- a/files/es/web/html/element/ul/index.html +++ b/files/es/web/html/element/ul/index.html @@ -1,11 +1,12 @@ --- title: ul -slug: Web/HTML/Elemento/ul +slug: Web/HTML/Element/ul tags: - HTML - - 'HTML:Elemento' + - HTML:Elemento - Todas_las_Categorías translation_of: Web/HTML/Element/ul +original_slug: Web/HTML/Elemento/ul --- <h3 id="Definici.C3.B3n" name="Definici.C3.B3n">Definición</h3> diff --git a/files/es/web/html/element/var/index.html b/files/es/web/html/element/var/index.html index dd29c31159..910926099c 100644 --- a/files/es/web/html/element/var/index.html +++ b/files/es/web/html/element/var/index.html @@ -1,11 +1,12 @@ --- title: var -slug: Web/HTML/Elemento/var +slug: Web/HTML/Element/var tags: - HTML - - 'HTML:Elemento' + - HTML:Elemento - Todas_las_Categorías translation_of: Web/HTML/Element/var +original_slug: Web/HTML/Elemento/var --- <div>{{HTMLRef}}</div> diff --git a/files/es/web/html/element/video/index.html b/files/es/web/html/element/video/index.html index e816c5db91..1d0d0c396d 100644 --- a/files/es/web/html/element/video/index.html +++ b/files/es/web/html/element/video/index.html @@ -1,12 +1,13 @@ --- title: video -slug: Web/HTML/Elemento/video +slug: Web/HTML/Element/video tags: - HTML - HTML5 - Multimedia - para_revisar translation_of: Web/HTML/Element/video +original_slug: Web/HTML/Elemento/video --- <p><span class="goog-gtc-unit" id="goog-gtc-unit-3"><span class="goog-gtc-from-human goog-gtc-translatable" dir="ltr">El elemento <code>video</code> se utiliza para incrustar vídeos en un documento HTML o XHTML.</span></span></p> diff --git a/files/es/web/html/element/wbr/index.html b/files/es/web/html/element/wbr/index.html index 2cee9077c4..1fef6a75b9 100644 --- a/files/es/web/html/element/wbr/index.html +++ b/files/es/web/html/element/wbr/index.html @@ -1,12 +1,13 @@ --- title: <wbr> -slug: Web/HTML/Elemento/wbr +slug: Web/HTML/Element/wbr tags: - Elemento - HTML - Referencia - Web translation_of: Web/HTML/Element/wbr +original_slug: Web/HTML/Elemento/wbr --- <div>{{HTMLRef}}</div> diff --git a/files/es/web/html/element/xmp/index.html b/files/es/web/html/element/xmp/index.html index 88ab19b65e..4a96db3c8a 100644 --- a/files/es/web/html/element/xmp/index.html +++ b/files/es/web/html/element/xmp/index.html @@ -1,6 +1,6 @@ --- title: <xmp> -slug: Web/HTML/Elemento/xmp +slug: Web/HTML/Element/xmp tags: - Elemento - HTML @@ -8,6 +8,7 @@ tags: - Referencia - Web translation_of: Web/HTML/Element/xmp +original_slug: Web/HTML/Elemento/xmp --- <div>{{Obsolete_header}}</div> diff --git a/files/es/web/html/global_attributes/accesskey/index.html b/files/es/web/html/global_attributes/accesskey/index.html index cb8bbcc16c..c29c147b45 100644 --- a/files/es/web/html/global_attributes/accesskey/index.html +++ b/files/es/web/html/global_attributes/accesskey/index.html @@ -1,11 +1,12 @@ --- title: accesskey -slug: Web/HTML/Atributos_Globales/accesskey +slug: Web/HTML/Global_attributes/accesskey tags: - Atributos globales - HTML - Referencia translation_of: Web/HTML/Global_attributes/accesskey +original_slug: Web/HTML/Atributos_Globales/accesskey --- <p>{{HTMLSidebar("Global_attributes")}}</p> diff --git a/files/es/web/html/global_attributes/autocapitalize/index.html b/files/es/web/html/global_attributes/autocapitalize/index.html index d1f8fc446c..5b848e4048 100644 --- a/files/es/web/html/global_attributes/autocapitalize/index.html +++ b/files/es/web/html/global_attributes/autocapitalize/index.html @@ -1,6 +1,6 @@ --- title: autocapitalización -slug: Web/HTML/Atributos_Globales/autocapitalize +slug: Web/HTML/Global_attributes/autocapitalize tags: - Atributos globales - HTML @@ -8,6 +8,7 @@ tags: - Referencia - autocapitalización translation_of: Web/HTML/Global_attributes/autocapitalize +original_slug: Web/HTML/Atributos_Globales/autocapitalize --- <p>{{HTMLSidebar("Global_attributes")}}</p> diff --git a/files/es/web/html/global_attributes/class/index.html b/files/es/web/html/global_attributes/class/index.html index ba82c66e65..9ba36baf8b 100644 --- a/files/es/web/html/global_attributes/class/index.html +++ b/files/es/web/html/global_attributes/class/index.html @@ -1,11 +1,12 @@ --- title: class -slug: Web/HTML/Atributos_Globales/class +slug: Web/HTML/Global_attributes/class tags: - Atributos globales - HTML - Referencia translation_of: Web/HTML/Global_attributes/class +original_slug: Web/HTML/Atributos_Globales/class --- <p>{{HTMLSidebar("Global_attributes")}}<br> El <a href="/es/docs/Web/HTML/Atributos_Globales">atributo global </a><strong>class</strong> es una lista de las clases del elemento separada por espacios . Las clases permiten a CSS y Javascript seleccionar y acceder a elementos específicos a través de los <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/Class_selectors">selectores de clase</a> o funciones como el método {{domxref("document.getElementsByClassName")}} del DOM.</p> diff --git a/files/es/web/html/global_attributes/contenteditable/index.html b/files/es/web/html/global_attributes/contenteditable/index.html index 9db8119af2..165a93e742 100644 --- a/files/es/web/html/global_attributes/contenteditable/index.html +++ b/files/es/web/html/global_attributes/contenteditable/index.html @@ -1,11 +1,12 @@ --- title: contenteditable -slug: Web/HTML/Atributos_Globales/contenteditable +slug: Web/HTML/Global_attributes/contenteditable tags: - Atributos globales - HTM - Referencia translation_of: Web/HTML/Global_attributes/contenteditable +original_slug: Web/HTML/Atributos_Globales/contenteditable --- <p class="note">{{HTMLSidebar("Global_attributes")}}</p> diff --git a/files/es/web/html/global_attributes/contextmenu/index.html b/files/es/web/html/global_attributes/contextmenu/index.html index 9cc32f7ace..f234d1a734 100644 --- a/files/es/web/html/global_attributes/contextmenu/index.html +++ b/files/es/web/html/global_attributes/contextmenu/index.html @@ -1,11 +1,12 @@ --- title: contextmenu -slug: Web/HTML/Atributos_Globales/contextmenu +slug: Web/HTML/Global_attributes/contextmenu tags: - Atributos globales - HTML - Referencia translation_of: Web/HTML/Global_attributes/contextmenu +original_slug: Web/HTML/Atributos_Globales/contextmenu --- <p>{{HTMLSidebar("Global_attributes")}}</p> diff --git a/files/es/web/html/global_attributes/data-_star_/index.html b/files/es/web/html/global_attributes/data-_star_/index.html index 436b156299..8b0bfd9b2d 100644 --- a/files/es/web/html/global_attributes/data-_star_/index.html +++ b/files/es/web/html/global_attributes/data-_star_/index.html @@ -1,7 +1,8 @@ --- title: data-* -slug: Web/HTML/Atributos_Globales/data-* +slug: Web/HTML/Global_attributes/data-* translation_of: Web/HTML/Global_attributes/data-* +original_slug: Web/HTML/Atributos_Globales/data-* --- <p class="note">{{HTMLSidebar("Global_attributes")}}</p> diff --git a/files/es/web/html/global_attributes/dir/index.html b/files/es/web/html/global_attributes/dir/index.html index 4bcd43eb40..11ff398dcc 100644 --- a/files/es/web/html/global_attributes/dir/index.html +++ b/files/es/web/html/global_attributes/dir/index.html @@ -1,11 +1,12 @@ --- title: dir -slug: Web/HTML/Atributos_Globales/dir +slug: Web/HTML/Global_attributes/dir tags: - Atributos globales - HTML - Referencia translation_of: Web/HTML/Global_attributes/dir +original_slug: Web/HTML/Atributos_Globales/dir --- <p class="note">{{HTMLSidebar("Global_attributes")}}</p> diff --git a/files/es/web/html/global_attributes/draggable/index.html b/files/es/web/html/global_attributes/draggable/index.html index 2aee2d8443..3349f31cfe 100644 --- a/files/es/web/html/global_attributes/draggable/index.html +++ b/files/es/web/html/global_attributes/draggable/index.html @@ -1,12 +1,13 @@ --- title: draggable -slug: Web/HTML/Atributos_Globales/draggable +slug: Web/HTML/Global_attributes/draggable tags: - Atributos globales - Experimental - HTML - Referencia translation_of: Web/HTML/Global_attributes/draggable +original_slug: Web/HTML/Atributos_Globales/draggable --- <p class="note">{{HTMLSidebar("Global_attributes")}}{{SeeCompatTable}}</p> diff --git a/files/es/web/html/global_attributes/hidden/index.html b/files/es/web/html/global_attributes/hidden/index.html index bc29d88b5a..47b05c63ed 100644 --- a/files/es/web/html/global_attributes/hidden/index.html +++ b/files/es/web/html/global_attributes/hidden/index.html @@ -1,11 +1,12 @@ --- title: hidden -slug: Web/HTML/Atributos_Globales/hidden +slug: Web/HTML/Global_attributes/hidden tags: - Atributos globales - HTML - Referencia translation_of: Web/HTML/Global_attributes/hidden +original_slug: Web/HTML/Atributos_Globales/hidden --- <p class="note">{{HTMLSidebar("Global_attributes")}}</p> diff --git a/files/es/web/html/global_attributes/id/index.html b/files/es/web/html/global_attributes/id/index.html index 3dd947cf27..a7fef97fda 100644 --- a/files/es/web/html/global_attributes/id/index.html +++ b/files/es/web/html/global_attributes/id/index.html @@ -1,11 +1,12 @@ --- title: id -slug: Web/HTML/Atributos_Globales/id +slug: Web/HTML/Global_attributes/id tags: - Atributos globales - HTML - Referencia translation_of: Web/HTML/Global_attributes/id +original_slug: Web/HTML/Atributos_Globales/id --- <p class="note">{{HTMLSidebar("Global_attributes")}}</p> diff --git a/files/es/web/html/global_attributes/index.html b/files/es/web/html/global_attributes/index.html index 86769245c6..b39b2d4c33 100644 --- a/files/es/web/html/global_attributes/index.html +++ b/files/es/web/html/global_attributes/index.html @@ -1,12 +1,13 @@ --- title: Atributos globales -slug: Web/HTML/Atributos_Globales +slug: Web/HTML/Global_attributes tags: - Atributos globales - HTML - Referencia - Web translation_of: Web/HTML/Global_attributes +original_slug: Web/HTML/Atributos_Globales --- <div>{{HTMLSidebar("Atributos_globales")}}</div> diff --git a/files/es/web/html/global_attributes/is/index.html b/files/es/web/html/global_attributes/is/index.html index aa57cab27d..639a0c3c6e 100644 --- a/files/es/web/html/global_attributes/is/index.html +++ b/files/es/web/html/global_attributes/is/index.html @@ -1,12 +1,13 @@ --- title: is -slug: Web/HTML/Atributos_Globales/is +slug: Web/HTML/Global_attributes/is tags: - Atributos globales - HTML - Referencia - is translation_of: Web/HTML/Global_attributes/is +original_slug: Web/HTML/Atributos_Globales/is --- <div>{{HTMLSidebar("Global_attributes")}}</div> diff --git a/files/es/web/html/global_attributes/itemid/index.html b/files/es/web/html/global_attributes/itemid/index.html index 72ce64456e..0d7bbe5d5a 100644 --- a/files/es/web/html/global_attributes/itemid/index.html +++ b/files/es/web/html/global_attributes/itemid/index.html @@ -1,7 +1,8 @@ --- title: itemid -slug: Web/HTML/Atributos_Globales/itemid +slug: Web/HTML/Global_attributes/itemid translation_of: Web/HTML/Global_attributes/itemid +original_slug: Web/HTML/Atributos_Globales/itemid --- <h2 id="Resumen">Resumen</h2> diff --git a/files/es/web/html/global_attributes/itemprop/index.html b/files/es/web/html/global_attributes/itemprop/index.html index 232af938aa..33ce0c5ddf 100644 --- a/files/es/web/html/global_attributes/itemprop/index.html +++ b/files/es/web/html/global_attributes/itemprop/index.html @@ -1,10 +1,11 @@ --- title: itemprop -slug: Web/HTML/Atributos_Globales/itemprop +slug: Web/HTML/Global_attributes/itemprop tags: - atributo - metatag translation_of: Web/HTML/Global_attributes/itemprop +original_slug: Web/HTML/Atributos_Globales/itemprop --- <p style="margin: 0.5em 0px 0px 50px; padding-top: 0px; padding-bottom: 2px; color: rgb(58, 73, 86); font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Tahoma, Arial, sans-serif; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 19.2px; text-align: left; text-indent: 0px; text-transform: none; white-space: normal;">Podemos dar más información al motor de búsqueda acerca de imágenes o datos adentro de cualquier tipo de etiquetas , como las propiedades : actores , clasificación ,genero . Para etiquetar las propiedades de un elemento , usa el atributo itemprop . Por ejemplo , para identificar al actor de una película añadir itemprop="director" al elemento que encierra el nombre del director.</p> diff --git a/files/es/web/html/global_attributes/itemref/index.html b/files/es/web/html/global_attributes/itemref/index.html index 9dac55140b..a4c49d10a6 100644 --- a/files/es/web/html/global_attributes/itemref/index.html +++ b/files/es/web/html/global_attributes/itemref/index.html @@ -1,7 +1,8 @@ --- title: itemref -slug: Web/HTML/Atributos_Globales/itemref +slug: Web/HTML/Global_attributes/itemref translation_of: Web/HTML/Global_attributes/itemref +original_slug: Web/HTML/Atributos_Globales/itemref --- <h2 id="Resumen">Resumen</h2> diff --git a/files/es/web/html/global_attributes/itemscope/index.html b/files/es/web/html/global_attributes/itemscope/index.html index b57fc1c6bc..d85f8c6779 100644 --- a/files/es/web/html/global_attributes/itemscope/index.html +++ b/files/es/web/html/global_attributes/itemscope/index.html @@ -1,11 +1,12 @@ --- title: itemscope -slug: Web/HTML/Atributos_Globales/itemscope +slug: Web/HTML/Global_attributes/itemscope tags: - Ejemplo - itemscope - itemtype translation_of: Web/HTML/Global_attributes/itemscope +original_slug: Web/HTML/Atributos_Globales/itemscope --- <div>{{HTMLSidebar("Global_attributes")}}</div> diff --git a/files/es/web/html/global_attributes/lang/index.html b/files/es/web/html/global_attributes/lang/index.html index dcea33a66f..3d13079440 100644 --- a/files/es/web/html/global_attributes/lang/index.html +++ b/files/es/web/html/global_attributes/lang/index.html @@ -1,11 +1,12 @@ --- title: lang -slug: Web/HTML/Atributos_Globales/lang +slug: Web/HTML/Global_attributes/lang tags: - Atributos globales - HTML - Referencia translation_of: Web/HTML/Global_attributes/lang +original_slug: Web/HTML/Atributos_Globales/lang --- <p class="note">{{HTMLSidebar("Global_attributes")}}</p> diff --git a/files/es/web/html/global_attributes/slot/index.html b/files/es/web/html/global_attributes/slot/index.html index ed2b8688db..ca76d6fbbc 100644 --- a/files/es/web/html/global_attributes/slot/index.html +++ b/files/es/web/html/global_attributes/slot/index.html @@ -1,11 +1,12 @@ --- title: slot -slug: Web/HTML/Atributos_Globales/slot +slug: Web/HTML/Global_attributes/slot tags: - Atributos globales - HTML - Referencia translation_of: Web/HTML/Global_attributes/slot +original_slug: Web/HTML/Atributos_Globales/slot --- <div>{{HTMLSidebar("Global_attributes")}}{{SeeCompatTable}}</div> diff --git a/files/es/web/html/global_attributes/spellcheck/index.html b/files/es/web/html/global_attributes/spellcheck/index.html index c6ced2de46..e6d42d6db1 100644 --- a/files/es/web/html/global_attributes/spellcheck/index.html +++ b/files/es/web/html/global_attributes/spellcheck/index.html @@ -1,12 +1,13 @@ --- title: spellcheck -slug: Web/HTML/Atributos_Globales/spellcheck +slug: Web/HTML/Global_attributes/spellcheck tags: - Atributos globales - Experimental - HTML - Referencia translation_of: Web/HTML/Global_attributes/spellcheck +original_slug: Web/HTML/Atributos_Globales/spellcheck --- <p class="note">{{HTMLSidebar("Global_attributes")}}{{SeeCompatTable}}</p> diff --git a/files/es/web/html/global_attributes/style/index.html b/files/es/web/html/global_attributes/style/index.html index 1da99e039b..f173e731c1 100644 --- a/files/es/web/html/global_attributes/style/index.html +++ b/files/es/web/html/global_attributes/style/index.html @@ -1,11 +1,12 @@ --- title: style -slug: Web/HTML/Atributos_Globales/style +slug: Web/HTML/Global_attributes/style tags: - Atributos globales - HTML - Referencia translation_of: Web/HTML/Global_attributes/style +original_slug: Web/HTML/Atributos_Globales/style --- <p class="note">{{HTMLSidebar("Global_attributes")}}</p> diff --git a/files/es/web/html/global_attributes/tabindex/index.html b/files/es/web/html/global_attributes/tabindex/index.html index 2159639208..cb7666d496 100644 --- a/files/es/web/html/global_attributes/tabindex/index.html +++ b/files/es/web/html/global_attributes/tabindex/index.html @@ -1,11 +1,12 @@ --- title: tabindex -slug: Web/HTML/Atributos_Globales/tabindex +slug: Web/HTML/Global_attributes/tabindex tags: - Atributos globales - HTML - Referencia translation_of: Web/HTML/Global_attributes/tabindex +original_slug: Web/HTML/Atributos_Globales/tabindex --- <p>{{HTMLSidebar("Global_attributes")}}</p> diff --git a/files/es/web/html/global_attributes/title/index.html b/files/es/web/html/global_attributes/title/index.html index ab8e0dd92f..3c1a303ae5 100644 --- a/files/es/web/html/global_attributes/title/index.html +++ b/files/es/web/html/global_attributes/title/index.html @@ -1,11 +1,12 @@ --- title: title -slug: Web/HTML/Atributos_Globales/title +slug: Web/HTML/Global_attributes/title tags: - Atributos globales - HTML - Referencia translation_of: Web/HTML/Global_attributes/title +original_slug: Web/HTML/Atributos_Globales/title --- <p class="note">{{HTMLSidebar("Global_attributes")}}</p> diff --git a/files/es/web/html/global_attributes/translate/index.html b/files/es/web/html/global_attributes/translate/index.html index 5182acec3c..999cd6bf66 100644 --- a/files/es/web/html/global_attributes/translate/index.html +++ b/files/es/web/html/global_attributes/translate/index.html @@ -1,12 +1,13 @@ --- title: translate -slug: Web/HTML/Atributos_Globales/translate +slug: Web/HTML/Global_attributes/translate tags: - Atributos globales - Experimental - HTML - Referencia translation_of: Web/HTML/Global_attributes/translate +original_slug: Web/HTML/Atributos_Globales/translate --- <p class="note">{{HTMLSidebar("Global_attributes")}}{{SeeCompatTable}}</p> diff --git a/files/es/web/html/global_attributes/x-ms-acceleratorkey/index.html b/files/es/web/html/global_attributes/x-ms-acceleratorkey/index.html index 26cf4a2599..f919dc13fb 100644 --- a/files/es/web/html/global_attributes/x-ms-acceleratorkey/index.html +++ b/files/es/web/html/global_attributes/x-ms-acceleratorkey/index.html @@ -1,7 +1,8 @@ --- title: x-ms-acceleratorkey -slug: Web/HTML/Atributos_Globales/x-ms-acceleratorkey +slug: Web/HTML/Global_attributes/x-ms-acceleratorkey translation_of: Web/HTML/Global_attributes/x-ms-acceleratorkey +original_slug: Web/HTML/Atributos_Globales/x-ms-acceleratorkey --- <div>{{HTMLSidebar("Global_attributes")}}{{Non-standard_Header}}</div> diff --git a/files/es/web/html/index/index.html b/files/es/web/html/index/index.html index 5beb1776d4..388b7b4d96 100644 --- a/files/es/web/html/index/index.html +++ b/files/es/web/html/index/index.html @@ -1,8 +1,9 @@ --- title: Índice de la documentación HTML -slug: Web/HTML/Índice +slug: Web/HTML/Index tags: - HTML translation_of: Web/HTML/Index +original_slug: Web/HTML/Índice --- <p>{{Index("/es/docs/Web/HTML")}}</p> diff --git a/files/es/web/html/inline_elements/index.html b/files/es/web/html/inline_elements/index.html index 192715aef3..374470b308 100644 --- a/files/es/web/html/inline_elements/index.html +++ b/files/es/web/html/inline_elements/index.html @@ -1,6 +1,6 @@ --- title: Elementos en línea -slug: Web/HTML/Elementos_en_línea +slug: Web/HTML/Inline_elements tags: - Guía - HTML @@ -9,6 +9,7 @@ tags: - Web - desarrollo translation_of: Web/HTML/Inline_elements +original_slug: Web/HTML/Elementos_en_línea --- <p><span class="seoSummary">Los elementos en HTML (lenguaje de marcas de hipertexto - <strong>Hypertext Markup Language</strong>) usualmente son elementos "en línea" o <a href="/es/docs/Web/HTML/Block-level_elements" title="/es/docs/Web/HTML/Block-level_elements">elementos "en bloque"</a>. Un elemento en línea ocupa sólo el espacio delimitado por las etiquetas que definen el elemento en línea. El siguiente ejemplo demuestra la influencia de los elementos en línea:</span></p> diff --git a/files/es/web/html/link_types/index.html b/files/es/web/html/link_types/index.html index 9cfc5089d5..ee759cf560 100644 --- a/files/es/web/html/link_types/index.html +++ b/files/es/web/html/link_types/index.html @@ -1,7 +1,8 @@ --- title: Tipos de enlaces -slug: Web/HTML/Tipos_de_enlaces +slug: Web/HTML/Link_types translation_of: Web/HTML/Link_types +original_slug: Web/HTML/Tipos_de_enlaces --- <p>{{HTMLSidebar}}</p> diff --git a/files/es/web/html/microdata/index.html b/files/es/web/html/microdata/index.html index 33e73cdb0d..4577877e62 100644 --- a/files/es/web/html/microdata/index.html +++ b/files/es/web/html/microdata/index.html @@ -1,12 +1,13 @@ --- title: Microdatos -slug: Web/HTML/Microdatos +slug: Web/HTML/Microdata tags: - HTML - Microdatos - Referencia - busquedas translation_of: Web/HTML/Microdata +original_slug: Web/HTML/Microdatos --- <h2 id="Resumen">Resumen</h2> diff --git a/files/es/web/html/microformats/index.html b/files/es/web/html/microformats/index.html index 6dd963a227..52c61d231b 100644 --- a/files/es/web/html/microformats/index.html +++ b/files/es/web/html/microformats/index.html @@ -1,7 +1,8 @@ --- title: Microformatos -slug: Web/HTML/microformatos +slug: Web/HTML/microformats translation_of: Web/HTML/microformats +original_slug: Web/HTML/microformatos --- <p><span class="seoSummary"><span class="p-summary"><dfn>Los <a href="http://microformats.org">Microformatos</a></dfn> (en ocasiones abreviados como <strong>μF) </strong>son convenciones simples para incrustar semántica en HTML y para brindar rápidamente un API utilizable por los motores de búsqueda, agregadores y otras herramientas</span></span> Estos pequeños patrones de HTML son usados para marcar entidades que varían entre fundamentales hasta información específica de un dominio, tales como personas, organizaciones, eventos y ubicaciones.</p> diff --git a/files/es/web/html/reference/index.html b/files/es/web/html/reference/index.html index 25534cd46f..d84d2cca45 100644 --- a/files/es/web/html/reference/index.html +++ b/files/es/web/html/reference/index.html @@ -1,11 +1,12 @@ --- title: Referencia HTML -slug: Web/HTML/Referencia +slug: Web/HTML/Reference tags: - HTML - Referencia - Web translation_of: Web/HTML/Reference +original_slug: Web/HTML/Referencia --- <div>{{HTMLSidebar}}</div> diff --git a/files/es/web/html/using_the_application_cache/index.html b/files/es/web/html/using_the_application_cache/index.html index dfed8fe0d5..65a9554239 100644 --- a/files/es/web/html/using_the_application_cache/index.html +++ b/files/es/web/html/using_the_application_cache/index.html @@ -1,12 +1,13 @@ --- title: Usar el caché de aplicaciones -slug: Web/HTML/Recursos_offline_en_firefox +slug: Web/HTML/Using_the_application_cache tags: - Firefox 3.5 - HTML5 - aplicaciones web sin conexión - para_revisar translation_of: Web/HTML/Using_the_application_cache +original_slug: Web/HTML/Recursos_offline_en_firefox --- <h2 id="Introducción">Introducción</h2> |