You are on page 1of 1

FORMULARIOS

<!DOCTYPE html>
<html>
<head>
<title>Todo Tendencias</title>
</head>
<body>
<form method="POST">
<input type="text" value="Lucas es un crack">
<input type="password" name="contraseña" required>
<input type="number">
<input type="email">
<input type="color">
<input type="range" min="10" max="1000">
<input type="date">
<input type="time">
<input type="button" value="boton">
<textarea></textarea>
<input type="submit" value="enviar">
</form>
</body>
</html>

You might also like