-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmessage.html
30 lines (26 loc) · 982 Bytes
/
message.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
<html><head>
<title>Vocational Training centre Message Service</title>
<link rel="stylesheet" type="text/css" href="css/Message_service.css">
</head>
<body>
<div class ="msgservice">
<div class ="headerpart">
<h1 align="center"><marquee direction="left"><font face="Algerian">Vocational Training Institute</h1><br><br><h2>Message Service</h2></font></marquee>
</div>
<div class="bodypart">
<div class="Message">
<font face="Franklin Gothic Heavy" >
Category :
<ul>
<li><input type="radio" name="cat1" value="f">Qualified for the course</input></li><br>
<li><input type="radio" name="cat2" value="m">Not qualified</input></li><br>
<li><input type="radio" name="cat3" value="f">NIC number error</input></li><br>
<li><input type="radio" name="cat4" value="m">Examination results error</input></li><br>
</ul>
</font>
</div>
<div class="image">
<input type="submit" value="Send" style="color:MidnightBlue;border-radius:10px;background:LightGrey;" >
</div>
</div></div>
</body></html>