aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/html/attributes/multiple
diff options
context:
space:
mode:
Diffstat (limited to 'files/es/web/html/attributes/multiple')
-rw-r--r--files/es/web/html/attributes/multiple/index.html3
1 files changed, 2 insertions, 1 deletions
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>