-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact_detail.html
31 lines (31 loc) · 1.07 KB
/
contact_detail.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contact Details:</title>
</head>
<body>
<h3>Contact Details</h3>
<ul>
<li>Contact No: 9607326194</li>
<li>Email-ID: [email protected]</li>
<li>Linkdin: www.linkedin.com/in/vaishali-avhale-9607</li>
<li>Instagram: _vaishali_avhale_9607</li>
<hr>
<br>
<form action="mailto:[email protected]" method="POST" enctype="text/plain">
<label>Your Name:</label>
<input type="text" name="Your_Fullname" value="">
<br><br>
<label>Your Email:</label>
<input type="Your_Email" name="Email" value="">
<br><br>
<label>Message:</label><br><br>
<textarea name="YOUR_Message" rows="4" cols="20"></textarea>
<br><br>
<input type="submit" value="Submit" style="margin: 00px 00px 00px 20px;">
</form>
</ul>
</body>
</html>