-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact-me.html
54 lines (48 loc) · 1.7 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
<h3>Contact Me </h3>
<ol>
<li>Address - purani godown near durga mandir tekari road , opposite to pnb bank gaya.</li>
<li>Mobile number - 8409407701</li>
<li>Gmail - [email protected]</li>
</ol>
<!-- <form class="" action="index.html" method="post">
<label>Your name :</label>
<input type="text" name="" value=""><br>
<label>Your password :</label>
<input type="password" name="" value=""><br>
<label>choose your favorite color : </label>
<input type="color" name="" value=""><br>
<label>Choose date :</label>
<input type="date" name="" value=""><br>
<label>choose your image :</label>
<input type="file" name="" value=""><br>
<label>Are you above 18 ?</label><br />
<label>"yes "</label>
<input type="radio" name="" value="">
<label>"no "</label>
<input type="radio" name="" value=""><br />
<label>select your age :</label>
<input type="range" name="" value=""><br />
<label>Do you want to signup ? </label>
<input type="checkbox" name="" value="">
<input type="submit" name="">
</form>-->
<hr noshade>
<h3>Submit form :</h3><br />
<form action="mailto:[email protected]@gmail.com" method="post" enctype="text/plain" >
<label>Your name :</label>
<input type="text" name="YourName" value=""><br>
<label>Your email :</label>
<input type="email" name="YourEmail" value=""><br>
<label>Your message :</label><br>
<textarea name="YourMessage" rows="10" cols="20"></textarea><br>
<input type="submit" name="">
</form>
</body>
</html>