-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhello.html
236 lines (197 loc) · 6.49 KB
/
hello.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
<!DOCTYPE html>
<html>
<head>
<title>student list</title>
<head>
<body>
<h1>number of studentlist</h1>
<ol>
<h3>1.Degree</h3>
<ol type="I">
<li>first year 50 students</li>
<li>second year 45 students</li>
<li>third year 55 students</li>
</ol>
<ol>
<h3>2. pg</h3>
<ol type="I">
<h3>a.mba</h3>
<li>first year 55 students</li>
<li>second year 50 students</li>
</ol>
<h3>b. mca</h3>
<ol type="I">
<li>first year 40 students</li>
<li>second year 35 students</li>
<li>third year 30 students</li>
</ol>
<ol>
<h1>subjct lern in respected cource as you follows</h1>
</ol>
<ul>
<li>subjct in bsc (mscs)</li>
</ul>
<ul style="list-style-type:circle;">
<li>mathematics</li>
<li>statistics</li>
<li>computer science</li>
</ul>
<ul>
<li>bsc(mecs)</li>
</ul>
<ul style="list-style-type:circle;">
<li>mathematics</li>
<li>electronics</li>
<li>computer science</li>
</ul>
<h1>This college is near chaderghar we will find following streems</h1>
<ul>
<li>school</li>
<li>intermediate</li>
</ul>
<ol>
<li>CEC</li>
<li>MEC</li>
<li>MPC</li>
</ol>
<ul>
<li>degree</li>
</ul>
<ol>
<li>B.com(computers)</li>
<li>B.com(honours)</li>
<li>Bsc(MSCS)</li>
<li>BSC(MECS)</li>
<LI>BBA</LI>
</ol>
<ul>
<li>postgraduate</li>
</ul>
<ol>
<li>MBA</li>
<li>MCA</li>
</ol>
<dl>Definition list</dl>
<dt>full form of the courses</dt>
<dt>MCA</dt>
<dd>master of computer appliction</dd>
<dt>MBA</dt>
<dd>master of business administrator</dd>
<style>
table,
th,
td {
border: 1px solid black;
}
</style>
<div align="center" <h1>TABLE(llYearllsem.)2020-21</h1>
<table>
<th>day/time</th>
<th>10:00to10:50</th>
<th>10:50to11:40</th>
<th>11:40to12:30</th>
<th>13:30to1:20</th>
<th>1:20to1:50</th>
<th>1:50to2:00</th>
<th>2:00to2:30</th>
</tr>
<tr>
<td>MON</td>
<td>CN</td>
<td>WP</td>
<td>DDBs</td>
<td>DM</td>
<th rowspan="6">l<br>u<br>n<br>c<br>h<br></th>
<th colspan="2">dm-lab</th>
</tr>
<tr>
<td>TUES</td>
<td>DS</td>
<td>DM</td>
<th colspan="2">wp-lab</th>
<td>CN</td>
<td>Libery</td>
</tr>
<tr>
<td>WED</td>
<td>W3P</td>p</td>
<td>DS</td>
<td>DM</td>
<td>DOBs</td>td>
<th colspan="2">cn-lab</th>
</tr>
<tr>
<td>THU</td>
<td>CN</td>
<td>DS</td>
<th colspan="2">wp-lab</th>
<th colspan="2">semistert</th>
</tr>
<tr>
<td>FRI</td>
<td>CN</td>
<td>WP</td>
<th colspan="2">cn-lab</th>
<td>DOBs </td>
<td>DM</td>
</tr>
<tr>
<td>SAT</td>
<td>WP</td>
<td>DS</td>
<th colspan="2">dm_lab</th>
<td>DOBs</td>
<td>Libery</td>
</tr>
</table>
</div>
<div align="center">
<h2>subjct:names</h2>
<h3>dm data:mining</h3>
<h3>wp:web programing</h3>
<h3>ds:distributed systm</h3>
<h3>DOBs:distributed database</h3>
</div>
<h1>form</h1>
<form>
<input type="text" id="ph no" name="ph no" value="phone or email"><br>
<input type="text" id="pasword" name="password=" value="password">
</form>
<h3>select your age:</h3>
<input type="radio"="Above18 years" name="fav_language" value="Above 18 years">
<label for="Above 18years">Above18 years</label><br>
<br>
<input type="radio"="Below 18 years" name="fav_language" value="Below 18 years">
<label for="Bellow 18 years">Below18 years</label>
<h3>select your favourite video contents:</h3>
<form action="/action_page.php">
<input type="checkbox" id="music" name="music" value=music">
<label for="music"> music</label><br>
<input type="checkbox" id="news" name="news" value="news">
<label for="news"> news</label><br>
<input type="checkbox" id="movies" name="movies" value="movies">
<label for="movies"> movies</label><br>
<input type="checkbox" id="serial" name="serial" value="serial">
<lable for="serial">serial </label><br><br>
<button onclick="document.getElementById('id01').style.display='block'"
style="width:auto;">Login</button><br>
<span class="psw">Forgot <a href="#">password?</a></span><br>
<form action="">
<select name="id">
<option value="wix">wix</option>
<option value="weebly">weebly</option>
<option value="wix">wix</option>
<option value="mobirise">mobirise</option>
<option value="webflow">webflow</option>
<option value="squarespace">squarespace</option>
<option value="gimp">gimp</option>
<option value="sketch">sketch</option>
<option value="wordpress">wordpress</option>
<option value="adobe">adobe</option>
<option value="google web designer">google web designer</option>
<option value="divi">divi</option>
<option value="constant website builder">constant contact website builder</option>
</select>
</form>
</body>
</html>