-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathContact.html
More file actions
27 lines (26 loc) · 1.26 KB
/
Contact.html
File metadata and controls
27 lines (26 loc) · 1.26 KB
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
<html>
<head>
<meta charset="utf-8">
<title> Contact Details </title>
</head>
<body>
<h1> <u>My Contact details: </u></h1>
<p><h3><strong> Mobile number :</strong><em> +918100573659😀</em></h3></p>
<p><h3> <strong> E-Mail : </strong><a href = "https://mail.google.com/mail/u/0/#inbox?compose=CllgCHrfTTctzqLkdQPFHwfDSGqWpnwRMmFCkrPPqvTVGVrFPqbFRmKXsfWLfSJflzkSJtcKdgq">sjaiswal0902@gmail.com</a></h3></p>
<hr>
<p>
<h2> <u>Please Provide your Contact details for updates!!</u></h2>
<form class="" action="mailto:sjaiswal0902@gmail.com" method="post" enctype="text/plain">
<label> Name : </label>
<input type="text" name="Your Name"><br><br>
<label> Password : </label>
<input type="password" name="Password"><br><br>
<label> Date Of Birth : </label>
<input type="date" name="DOB"><br><br>
<label> Any FeedBack: </label>
<textarea name="name"> </textarea><br><br>
<input type="submit"><br><br>
</form>
</p>
</body>
</html>