-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
24 lines (24 loc) · 961 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
<html>
<head>
<meta charset="utf-8">
<title>
CONTACT US
</title>
</head>
<body>
<h2>My contact details</h2>
<h2>My adress:HOUSE NO 14, AWAS VIAKAS , PATLIPURAM ,KERELA</h2>
<h2>My Email:[email protected]</h2><hr>
<form action="mailto:[email protected]" method="post" enctype="text/plain"><br>
<label for="name">what is your name??</label>
<input type="text",id="name" name="your name"><br>
<label for="Email">what is your email??</label>
<input type="email",id="Email" name="your email"><br>
<label for="pass">what is your password??</label>
<input type="password",id="pass" name="your password"><br>
<label for="msg">Your message</label><br>
<textarea name="Your message" id="msg" cols="30" rows="10"></textarea>
<input type="submit">
</form>
</body>
</html>