What is the translation of " ELEMENTO INPUT " in English?

Examples of using Elemento input in Spanish and their translations into English

{-}
  • Colloquial category close
  • Official category close
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.
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.
Selecciona cualquier elemento input o textarea que no tenga el atributo required presente.
It selects any input or textarea element that does not have the required attribute present.
El elemento input, teniendo el valor"password" en su atributo type, representa un campo para contraseñas.
The input element, having the"password" value in its type attribute, represents a field for passwords.
Los botones de envío son insertados con el elemento input, teniendo el valor"submit" en su atributo type.
Submit buttons are inserted with the input element, having the value"submit" in its type attribute.
El elemento input, teniendo el valor"text" en su atributo type, representa a un campo de entrada de texto.
The input element, having the"text" value in its type attribute, represents a field for text input..
Un botón de opción también se declara con el elemento input, pero con el valor"radio" en su atributo type.
A radio button is also declared with the input element, but with the value"radio" in the type attribute.
El elemento input, teniendo el valor"url" en su atributo type, representa un campo para un solo URL absoluto.
The input element, having the"url" value in its type attribute, represents a field for a single absolute URL.
Las casillas de verificación son representadas por el elemento input, cuando tiene el valor"checkbox" en el atributo type.
Checkboxes are represented by the input element, when it has the value"checkbox" in the type attribute.
El elemento input, teniendo el valor"date" en su atributo type, representa un campo para la entrada de una fecha.
The input element, having the"date" value in its type attribute, represents a field for a date input..
Recuerda que un control de texto de una sola línea se inserta con el elemento input, teniendo el valor"text" en su atributo type, y el control de texto multilínea con el elemento textarea.
Remember that a single-line text input is inserted with the input element, having the value"text" in its type attribute, and the multi-line text input wiht the textarea element..
El elemento input, teniendo el valor"email" en su atributo type, representa un campo para una o más direcciones de correo electrónico.
The input element, having the"email" value in its type attribute, represents a field for one or more e-mail addresses.
En contraste con el elemento input(type=reset), este tipo de botón puede tener otros elementos no interactivos como contenido.
In contrast with the input(type=reset) element, this type of button can contain other non-interactive elements.
El elemento input representa un campo de datos tipado que normalmente se asocia con un control que permite a los usuarios editar su valor.
The input element represents a typed data field usually associated with a control that allows users to edit its value.
El elemento input, teniendo el valor"search" en su atributo type, representa un campo de texto de una sola línea para propósitos de búsqueda.
The input element, having the"search" value in its type attribute, represents a one line string field for search purposes.
El elemento input, teniendo el valor"submit" en su atributo type, representa un botón que, cuando es presionado, envía el formulario( form) al que pertenece.
The input element, having the"submit" value in its type attribute, represents a button that, when pressed, submits the form it belongs to.
El elemento input, teniendo el valor"file" en su atributo type, representa un control para seleccionar una lista de uno o más archivos para ser subidos al servidor.
The input element, having the"file" value in its type attribute, represents a control to select a list of one or more files to be uploaded to the server.
El elemento input, teniendo el valor"datetime" en su atributo type, representa un campo para una fecha y hora global que recolecta datos con información de zona horaria.
The input element, having the"datetime" value in its type attribute, represents a field for a global date and time that gathers data with time-zone information.
El elemento input, teniendo el valor"hidden" en su atributo type, representa cualquier cadena de texto arbitraria que no está pensada para ser vista o editada por el usuario.
The input element, having the"hidden" value in its type attribute, represents any abitrary text string that's not supposed to be seen or edited by the user.
El elemento input, teniendo el valor"checkbox" en su atributo type, representa un control de dos estados que permite a los usuarios marcarlo como seleccionado o deseleccionado.
The input element, having the"checkbox" value in its type attribute, represents a two-states control that allows users to mark it as selected or deselected.
El elemento input, teniendo el valor"radio" en su atributo type, representa una opción que pertenece a un grupo en el que no más de una opción puede ser seleccionada al mismo tiempo.
The input element, having the"radio" value in its type attribute, represents an option that belongs to a group in which no more than one option can be selected at the same time.
El elemento input, teniendo el valor"image" en su atributo type, representa un botón de envío gráfico, que es una imagen normal que al ser presionada, envía el formulario( form) al cual pertenece.
The input element, having the"image" value in its type attribute, represents a graphical submit button, which is a regular image that when pressed, submits the form it belongs to.
El elemento input, teniendo el valor"reset" en su atributo type, representa un botón que, cuando es presionado, restaura todos los campos del formulario( form) al cual pertenece, a sus valores iniciales.
The input element, having the"reset" value in its type attribute, represents a button that, when pressed, resets all the fields in the form it belongs to, to their initial values.
El elemento input, teniendo el valor"range" en su atributo type, representa una campo para la entrada de un número dentro de un rango, con la salvedad de que la elección de un valor exacto no es importante.
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.
El elemento input, teniendo el valor"button" en su atributo type, representa un botón sin una acción predefinida asociada, lo que significa que por defecto, el botón no producirá ningún efecto cuando sea presionado.
The input element, having the"button" value in its type attribute, represents a button with no predefined action associated to it, which means that by default, the button won't produce any effect when pressed.
Puedes hacerlo fácilmente añadiendo elementos input en tus campos de formulario.
You can easily do so by adding input element to your form fields.
Agreguemos el atributo placeholder a nuestros elementos input.
Let's add the placeholder attribute to our input elements.
Una vista tabular, sin embargo, puede ser imitada usando una tabla HTML estándar con elementos input text en cada celda.
A grid view, however, can be mimicked by using a standard HTML table with each cell containing a text input element.
Además, provee otros selectores basados en la composicón de los atributos o los estados que un elemento presenta, permitiendo a los autores aplicar declaraciones a,por ejemplo, todos los elementos input que son de tipo"radio" atributo type.
Furthermore, it provides other selectors based on the composition of the attributes or states an element presents,allowing authors to target declarations to, for example, all input elements that are of type"radio.
Results: 29, Time: 0.0193

Word-for-word translation

Top dictionary queries

Spanish - English