-
Notifications
You must be signed in to change notification settings - Fork 0
/
complains.html
53 lines (48 loc) · 1.65 KB
/
complains.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
<!DOCTYPE html>
<html>
<head>
<title>Storing complaints from schools</title>
<style>
body{
background-color:#b38600;
color:#2E4053;
border:5px #616A6B ;
font-size:25px;
font-family:"Segoe Script";
}
.details
{
color:black;
font size:16px;
padding:10px 0px 10px 0px;
margin:10px 0px 10px 0px;
}
</style>
</head>
<body>
<div><p>In order to register any shortcomings in your school,the principle of the school have to fulfill the following details.</p></div>
<div><p>
<ul>
<li>Name of the school<br><input type="text"></li>
<li>Block<br><input type="text"></li>
<li>City<br><input type="text"></li>
<li>PIN CODE<br><input type="number"></li>
<li>Contact number<br><input type="tel"></li>
<li>School Id <br><input type="text"></li>
<li>Principle Name<br><input type="text">
<li>Principle Id<br><input type="text"></li>
<li>Address<br><input type="text"></li>
<button type="submit">Submit your details of school</button></body></html>
</p></div>
<div>Tick the blocks regarding specific shortcomings<br>
<label for="Problem">
<input id="Problem" type="checkbox">Electricity
<input id="Problem" type="checkbox">Uniform
<input id="Problem" type="checkbox">Paint
<input id="Problem" type="checkbox">Furniture
<input id="Problem" type="checkbox">Food
<input id="Problem" type="checkbox">Stationary
<button type="submit">Submit shortcomings</button></body></html>
</div>
<div><br><br>Plz give a brief description regarding the reqiurements.We will try to contact you soon.<br><input type="text" size="35" style="height:250px"></div>
<button type="submit">Submit your details</button></body></html>