-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontac.html
More file actions
75 lines (54 loc) · 1.62 KB
/
Copy pathcontac.html
File metadata and controls
75 lines (54 loc) · 1.62 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Istiak's contac details: </title>
</head>
<body>
<h4>Contac Information:</h4>
<table>
<tr>
<td><strong>Name</strong></td>
<td>: Istaik Islam</td>
</tr>
<tr>
<td><strong>Email</strong></td>
<td>: istiakoni@gmail.com</td>
</tr>
<tr>
<td><strong>Phone Number</strong> </td>
<td>: 01755578878</td>
</tr>
<tr>
<td><strong>Address</strong></td>
<td>: Kaliakair-1750, Gazipur</td>
</tr>
</table>
<hr noshade />
<form class="" action="mailto: istiakoni@gami.com" method="post" enctype="text/plain">
<table>
<tr>
<td> <label for="">Yor Name: </label> </td>
<td> <input type="text" name="Name" value=""> </td>
</tr>
<tr>
<td><label for="">Enter Your Mail: </label></td>
<td><input type="email" name="Mail" value=""></td>
</tr>
<tr>
<td><label for="">Password: </label></td>
<td> <input type="password" name="" value=""> </td>
</tr>
<tr>
<td> <label for="">Birthday: </label> </td>
<td> <input type="date" name="Birthday" value=""> </td>
</tr>
<tr>
<td> <label for="">Your Photo: </label> </td>
<td> <input type="file" name="Your Photo" value=""> </td>
</tr>
</table>
<input type="submit" name="" value="Done">
</form>
</body>
</html>