aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/html/element/input
diff options
context:
space:
mode:
Diffstat (limited to 'files/es/web/html/element/input')
-rw-r--r--files/es/web/html/element/input/button/index.html3
-rw-r--r--files/es/web/html/element/input/checkbox/index.html3
-rw-r--r--files/es/web/html/element/input/color/index.html3
-rw-r--r--files/es/web/html/element/input/date/index.html3
-rw-r--r--files/es/web/html/element/input/datetime/index.html3
-rw-r--r--files/es/web/html/element/input/email/index.html3
-rw-r--r--files/es/web/html/element/input/hidden/index.html3
-rw-r--r--files/es/web/html/element/input/index.html3
-rw-r--r--files/es/web/html/element/input/number/index.html3
-rw-r--r--files/es/web/html/element/input/password/index.html3
-rw-r--r--files/es/web/html/element/input/range/index.html3
-rw-r--r--files/es/web/html/element/input/text/index.html3
12 files changed, 24 insertions, 12 deletions
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>&lt;input type="checkbox"&gt;</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> &lt;input type="datetime"&gt; </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>