Un elemento input simple ha sido agregado que aceptará entrada del usuario.
A single input element has been added that will accept users' input.
Muy bien - añadimos un segundo elemento input, y este es el type igual a submit.
Okay - so we're adding a second input element, and this one is type equals submit.
En páginas web, es una práctica habitual usar un elemento input para crear un cuadro de búsqueda.
It's common practice in web pages to use an input element to create a search box.
Es decir necesitamos saber el nombre del atributo que vamos a llamar el elemento input.
Namely we need to know the name attribute we're going to call the input element.
Después de todo, estamos trabajando con datos introducidos por el usuario a través de un elemento input, por tanto tiene sentido.
After all, we're dealing with user input via an input element, so it makes sense.
En este caso, el elemento input debe tener el valor "text" en su atributo type.
In this case, the input element should present the value "text" in the type attribute.
Seguiremos usando el elemento input. pero este va a tener un nuevo atributo - y lucirá algo como esto.
We're still going to use the input element, but it's going to have a new attribute - and it'll look something like this.
Es el name del elemento input - es el name de ese campo de texto.
It's the name of the input element - it's the name of that text field.
Así que podemos sólo decir que podemos, sólo podemos calcular el número total de usos del elemento input.
So we can just say we can, we can just calculate the total number of input element uses.
Si el elemento input es de tipo submit o image, este atributo es el nombre o palabra clave que indica dónde mostrar la respuesta que se recibe después de enviar el formulario.
If the input element is a submit button or image, this attribute is a name or keyword indicating where to display the response that is received after submitting the form.
Si se prefiere permitir al usuario elegir varios ficheros, entonces se pone el atributo múltiple en el elemento input
If you want to let the user select multiple files, simply use the multiple attribute on the input element
Un campo de texto de una sola línea, que permite el ingreso de una única línea de texto, es uno de los tantos controles que se declaran con el elemento input.
A single-line text input, which allows only one line of text to be entered, is one of the many controls that's declared with the input element.
Descripción El elemento input, teniendo el valor "email" en su atributo type, representa un campo para una o más direcciones de correo electrónico.
Description The input element, having the "range" value in its type attribute, represents a field for the input of a number inside a range, with the caveat that choosing an exact value isn't important.