-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact-me.html
38 lines (35 loc) · 1.36 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
<html>
<head>
<title>
contact me
</title>
</head>
<body>
<h1>contact details</h1>
<p>address. iojgiofbnjrnn,rgnu,grhg</p>
<p>phone no. 4565948576</p>
<p>email. frngu@gmail.com</p>
<form action="mailto:chhotuking12@gmail.com" method="post">
<label for="">Your name</label>
<input type="text" name="your name" value=""><br>
<label for="">Phone number</label>
<input type="text" name="phone number" value="" aria-level="10"><br>
<label for="">email</label>
<input type="email" name="email" value=""><br>
<label for="">password</label>
<input type="password" name="password" value=""><br>
<label for="">message</label><br>
<textarea name="message" id="" cols="30" rows="10"></textarea><br>
<input type="submit" name="">
</form><br>
<form action="mailto:mauryachhotu311@gmail.com" method="post">
<input type="text" name="" value=""><br>
<input type="submit" name=""><br>
<input type="file" name="" value=""><br>
<input type="date" name="" value=""><br>
<input type="radio" name=""><br>
<input type="range"><br>
<input type="reset">
</form>
</body>
</html>