-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTimes_4.html
41 lines (38 loc) · 1.16 KB
/
Times_4.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Times_4</title>
</head>
<body>
<p>BIENVENIDOS A NUESTRA INNOVADORA CATEGORIAFORMULARIO!</p>
<p>POR FAVOR LLENAR </p>
<img src="LOGOTIPO.jpg" width="187" height="161" alt=""/>
<form id="form1" name="form1" method="post">
<label for="color"><br>
Color favorito:</label>
<input type="color" name="color" id="color">
<label for="datetime"><br>
Nacimiento:</label>
<input type="datetime" name="datetime" id="datetime">
<label for="textfield"><br>
Comentario personal:</label>
<input type="text" name="textfield" id="textfield">
<label for="number"><br>
Numero telefonico:</label>
<input type="number" name="number" id="number">
<label for="range"><br>
Que puntuacion nos daria:</label>
<input type="range" name="range" id="range">
<label for="password4"><br>
Password:</label>
<input type="password" name="password" id="password">
<label for="email3"><br>
Email:</label>
<input type="email" name="email3" id="email3">
<br>
</form>
<input type="submit" name="submit" id="submit" value="Enviar">
</body>
</html>