-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact-me.html
32 lines (32 loc) · 1.02 KB
/
contact-me.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<h1>My contact details</h1>
<p1>my address:</p1>
<p>Tel: 09128482692</p>
<p>[email protected]</p>
<hr>
<form action="mailto:[email protected] " method="post" encrypt="UTF-8">
<label>Your full name: </label>
<input type="text"><br><br>
<label>Your password: </label>
<input type="passwor"><br><br>
<label>Your Email:</label>
<input type="email"><br><br>
<input type="date"><br>
<label>Your message</label><br>
<textarea name="a_name", rows="8",colos='80'></textarea><br>
<input type="submit"><br>
<input type="radio"><br>
<input type="range"><br>
<input type="color"><br>
<input type="file"><br>
</form>
</body>
</html>