-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathContact.html
More file actions
24 lines (24 loc) · 789 Bytes
/
Contact.html
File metadata and controls
24 lines (24 loc) · 789 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
<h3>Contact Details</h3>
<p><strong>Name-</strong><em>Sahej Mundi</em></p>
<p><strong>Phone-</strong><em>0000000000</em></p>
<p><strong>Address-</strong><em>Sahej Mundi</em></p>
<form class="" action="index.html" method="post">
<label>Your Name:</label>
<input type="text" name="" value="">
<input type="submit" name="" > <br>
<label>Do you want to recieve email</label>
<input type="checkbox" name="" value="">
<input type="submit" name="" ><br>
<label>Password</label>
<input type="password" name="" value="">
<input type="submit" name="" >
</form>
</body>
</html>