-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathform.html
More file actions
53 lines (51 loc) · 1.89 KB
/
form.html
File metadata and controls
53 lines (51 loc) · 1.89 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Form</title>
<link rel="shortcut icon" href="logo.png" type="image/x-icon">
</head>
<body>
<form action="">
<P>Name: <input placeholder="Enter Your Name" type="text"></P>
<p>Telephone: <input type="number" name="" id=""></p>
<p>Email: <input pattern="somthing@gmail.com" type="email" name="" id=""></p>
<fieldset>
<legend>Select Your Pitha</legend>
<p><label for="chitoi"><input type="radio" name="pitha" id="chitoi">Chitoi</label></p>
<p><label for="vapa"><input type="radio" name="pitha" id="vapa">Vapa</label></p>
<p><label for="tell"><input type="radio" name="pitha" id="tell">Tell</label></p>
</fieldset>
<fieldset>
<legend>Select Your vorta</legend>
<p><label for="Shutki"><input type="checkbox" name="" id="Shutki">Shutki</label>
</p>
<p><label for="Sorisha"><input type="checkbox" name="" id="Sorisha">Sorisha</label>
</p>
<p><label for="Dhonia"><input type="checkbox" name="" id="Dhonia">Dhonia</label>
</p>
</fieldset>
<p><label for="">Sepcial Instruction: <textarea name="" id="" cols="30" rows="10"></textarea></label></p>
<button type="submit">Submit Ordre</button>
</form>
<section>
<!-- <p> Always post the letest blog on the top</p> -->
<article>
<h1>1</h1>
<h1 data-soft.dev3="haha" title="Read My Second blog">2</h1>
<!-- <h1>3</h1>
</article>
<article><h1>4</h1></article> -->
<article><h1>5</h1></article>
</section>
<section>
<ul>
<li>1
<li>2
<li>3
<p>fast pera
</ul>
</section>
</body>
</html>