entrega de boletines!!!!
Validación de formularios nativos con HTML5
1
| < input type = "text" name = "nombre" required/> |
1
| < input title = "Se necesita un nombre" type = "text" name = "nombre" required/> |
1
| < input type = "text" pattern = "^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\.[a-zA-Z0-9-]+)*$" name = "email" required/> |
Comentarios
Publicar un comentario