-
Notifications
You must be signed in to change notification settings - Fork 0
/
Form accepting coding.html
57 lines (49 loc) · 1.56 KB
/
Form accepting coding.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
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Services</title>
</head>
<body>
<hr color="black" size="5" </hr>
<HR color="green" size="3" </HR>
<HR color="black" size="5" </HR>
<h3>
<center><strong>Services we Provide</strong></center>
</h3>
<ul>
<li>To create a smooth flow of consultation and expert look-on regarding anything about flora and fauna</li>
<li>To provide <strong>GENE-Threapy</strong> Diagnosis at Feasible Rate</li>
<li>To be the first startup of india to provide in home care to man-made biomes or natural Biomes</li>
</ul>
<hr color="black" size="5" </hr>
<HR color="green" size="3" </HR>
<HR color="black" size="5" </HR>
<h3><strong>Contact details </strong></h3>
<form class="" action="Mothercode.html" method="post">
<label>Your name </label>
<input type="text" name="" value="">
<br>
<br>
<label>Your Pssword</label>
<input type="password" name="yourpassword" maxlength="10" minlength="6"> <br> <br>
<input type="submit" name="">
<br>
<br>
<br> <label>Your Email ID</label>
<input type="email" name="yourEmail">
<input type="submit" name=""> <br>
<br>
Tick The Box If you want to recieve newsletter from our company
<input type="checkbox" name="">
<br>
<br>
<label>Add Date OF birth</label>
<input type="date" name="">
<br>
<br>
<label>Enter your photo</label>
<input type="file" name="" accept="image/jpeg">
</form>
</body>
</html>