-
Notifications
You must be signed in to change notification settings - Fork 0
/
contacto.html
85 lines (63 loc) · 1.5 KB
/
contacto.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>pagina de contaco mario😎</title>
</head>
<body>
<h1>pagina de contacto😎😎😎😎😎😎😎🥸🫠🫠🥸</h1>
<ul>
<li><a href="index.html">inicio</a></li>
<li><a href="contacto.html">contaco</a></li>
<li><a href="3enraya.html">3 en raya</a></li>
<li><a href="marioo.html">Marioo</a></li>
<li><a href="datocurioso.html">?</a></li>
</ul>
<br>
<br>
<hr>
<h1>tablaaaaa</h1>
<table border="10">
<tr>
<td>nombres</td>
<td>apellidos</td>
<td>años</td>
</tr>
<tr>
<td>juan</td>
<td>nose</td>
<td>34</td>
</tr><tr>
<td>pepa</td>
<td>nose</td>
<td>3456</td>
</tr>
<br>
<hr>
<h1>formularioooo</h1>
<p>texto formulario etccc......</p>
<form action="">
<label for="">nombre</label>
<input type="text">
<br>
<br>
<label for="">apellidos</label>
<input type="text">
<br>
<br>
<label for="">email</label>
<input type="email">
<br>
<select name="" id="">
<option value="hombre">hombre</option>
<option value="mujer">mujer</option>
<option value="pokemon">pokemon tipo agua o planta</option>
</select>
<br>
<input type="submit" value="Enviar">
</form>
<form action="https://mail.google.com/" method="get" target="_blank">
<input type="submit" value="Gmail">
</body>
</html>