-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfrom.html
29 lines (28 loc) · 1.28 KB
/
from.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<form action="">
<p>Name: <input placeholder="Enter your name" type="text"></p>
<p>Telephon: <input type="tel" name="" id=""> </p>
<p>Email: <input pattern="asrrese" type="email" name="" id=""></p>
<fieldset>
<legend>Select your Pie</legend>
<p> <label for="Chotoi"></label><input type="radio" name="pitha" id="Chotoi">Chotoi</p></label> </p>
<p> <label for="vapa"></label><input type="radio" name="pitha" id="vapa">Steam</p></label> </p>
<p> <label for="tell"></label><input type="radio" name="pitha" id="tell">tell er pitha</p></label> </p>
</fieldset>
<fieldset>
<legend> select your vorta </legend>
<p> <label for="shutki"></label> <input type="checkbox" name="" id="shutki">Dried fish</p>
<p> <label for="Allu"></label> <input type="checkbox" name="" id="Allu">Potato</p>
</fieldset>
<p><label for=""> special Instrustion: <textarea name="" id=""></textarea></label></p>
<button type="submit">Submit your order</button>
</form>
</body>
</html>