1 Crear 3 formularios en los que se observen las siguientes tipos de input
<input type="button">
<input type="checkbox">
<input type="color">
<input type="date">
<input type="datetime-local">
<input type="email">
<input type="file">
<input type="hidden">
<input type="image">
<input type="month">
<input type="number">
<input type="password">
<input type="radio">
<input type="range">
<input type="reset">
<input type="search">
<input type="submit">
<input type="tel">
<input type="text">
<input type="time">
<input type="url">
<input type="week">
Aplicando aleatoriamente las siguientes restricciones
checked
disabled
max
maxlength
min
pattern
readonly
required
size
step
value
3 Explicar la diferencia entre los metodos post y get
4 Explicar la función del atributo action
5 Deshabilitar el autocompletado del formulario
6 Incorporar la etiqueta select en los formularios
7 Agregar un area de texto a los formularios
8 Agregar las etiquetas fieldset y legend
9 Agregar botones
|
No hay comentarios:
Publicar un comentario