-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwebsite.html
56 lines (35 loc) · 2.12 KB
/
website.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
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>college website page</title>
<link rel="stylesheet" href="uttu.css"/>
</head>
<body>
<h3>Terms and conditions to fill up form</h3>
<div class="list_item">
<ol>
<li>your registration form is subject to confirmed by the respective authorities,and no claim can be made regarding that.</li><br/>
<li>The * fields in the form is mendetory to be filled,otherwise your form is liable to be cancelled.</li><br/>
<h4> Documents Required </h4><br/>
<div class="bullet_point">
<ul>
<li> your Common entrance test result</li><br/>
<li> your admission letter</li></br>
<li> your intermidiate result original </li><br/>
<li> your matric result original</li><br/>
</div> </ul>
<li> your caste certificate if you belong from any reserved categoris i.e sc/st/obc/phd/military background.</li><br/>
<li> paste your recent photograph not older tha jan 2017 and also foramat of your pic should be jpeg.</li><br/>
<li> after confirming the last step of this form you can not edit any of the given details, so fill it carefullly.</li><br/>
</ol>
</div>
<h4> all the informations given by me is in the best and real ,and at any time if it found suspecious or wrong legel action wd be taken .</h4>
<p><strong>agree with terms and conditon</strong></p>
<div id="f1">
yes:<input type="checkbox" name ="agre" value="yes"/>
<form action ="" method ="get">
<a href="website2.html"> proceed: <input type="button" value="yes" size="8" /><a/>
</form>
</div>
</body>
</html>