NEW
Font size
WorksheetsFormularios html I
Total questions: 11
Worksheet time: 4mins
¿Cuál es el nombre del elemento HTML donde se contienen los elementos del formulario?
Formulario
Fieldset
Legend
Label
Etiqueta con la cual se agrega el texto a un fieldset
Fieldset
Legend
p
label
Etiqueta para agregar elementos a un formulario, esta cambia segun se espeifique su tipo
legend
fieldset
input
ninguna
Etiqueta para agregar solamente texto
fieldset
legend
Input
label
Etiqueta para agregar un cuadro de texto
<input type="checkbox">
<input type="text">
<input type="radio">
<input type="buttom">
Etiqueta para agregar un botón
<input type="checkbox">
<input type="text">
<input type="radio">
<input type="buttom">
Etiqueta para agregar un radio
<input type="checkbox">
<input type="text">
<input type="radio">
<input type="buttom">
Etiqueta para agregar una casilla de verificación
<input type="checkbox">
<input type="text">
<input type="radio">
<input type="buttom">
Etiqueta para agregar el siguiente elemento:
<input type="checkbox">
<input type="text">
<input type="radio">
<select> </select>
Evento cuando se pasa el ratón por un elemento
focus
hover
visited
Evento cuando se selecciona un elemento
focus
hover
visited
