viernes, 10 de diciembre de 2021

Solución formulario (IV)

 <!DOCTYPE html>

<html lang="es">

<head>

<title>Formulario</title>

</head>

<body>

    <form>

          <input type="text" name="nombre"><br>

          <input type="email" name="correo"><br>

          <input type="url" name="url"><br>

          <input type="date" name="fecha"><br>

          <input type="time" name="hora"><br>

          <input type="datetime-local" name="diahora"><br>

          <input type="month" name="mes"><br>

          <input type="week" name="semana"><br>

          <input type="number" name="numero"><br>

          <input type="tel" name="telefono"><br>

          <input type="search" name="busqueda"><br>

          <input type="color" name="color"><br>

          <input type="submit" name="enviar">

    </form>

</body>

</html>

No hay comentarios:

Publicar un comentario