-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
33 lines (31 loc) · 907 Bytes
/
contact.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>contact</title>
</head>
<body>
<p> my address greno india</p>
<br>
<p>my phone number 883627240</p>
<br>
<p>my email id ehwfwh@dkfifj </p>
<br>
<hr>
<br>
<form action="mailto:[email protected]" method="post" enctype="text/plain" >
<label for="">your name </label>
<input type="text" name="your name " value="">
<br>
<label for="">email</label>
<input type="email" name=" your email " value=""><br>
<label for="">password</label>
<input type="password" name="" value=""><br>
<label for="">add file</label>
<input type="file" name="" value="">
<input type="submit" name="" value="">
</form>
</body>
</html>