-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
580 lines (495 loc) · 21.1 KB
/
index.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
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css"
integrity="sha512-KfkfwYDsLkIlwQp6LFnl8zNdLGxu9YAA1QvwINks4PhcElQSvqcyVLLD9aMhXd13uQjoXtEKNosOWaZqXgel0g=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<title>Ajith M 2nd sem MCA 'A'</title>
<link rel="icon" href="img/images.png">
</head>
<body>
<nav class="navbar">
<p>Learn</p>
<h1>HTML</h1>
</nav>
<header class="container">
<div class="cont grid">
<div class="html-structure">
<h3>Html Structure</h3>
<div class="doc">
<!Doctype>
</div>
<div class="html">
<html>
<div class="head">
<head>
<div class="title">
<title>
Page Title.
</title>
</div>
</html>
</div>
<div class="body">
<Body>
<div class="simple">
<div class="h1">
<h1> This is a Heading </h1>
</div>
<div class="p">
<p> This is a paragraph </p>
</div>
<div class="p">
<p> This is another paragraph </p>
</div>
</div>
</Body>
</div>
</Html>
</div>
</div>
<div>
<h1 class="left">
HTML
</h1>
<ul>
<li>Hyper-Text Markup Language</li>
<li>HTML is the standard mark-up language which is used for creating Web-pages.</li>
<li>Html Describes the Structure of a Webpage/Layout of the web page.</li>
</ul>
<div class=" html-structure1">
<h2> <span class="tag">Tags </span> and <span class="element"> Elements</span></h2>
<img src="https://cdo-curriculum.s3.amazonaws.com/media/uploads/html_element.png"
alt="To load this image plz check your device is connected to INTERNET.">
</div>
</div>
</div>
</header>
<!-- <section class="heading1">
<h1>HTML Headings</h1>
<ul>
<li>
A HTML heading tag is used to define the headings of a page.
</li>
<li>There are six levels of headings defined by
HTML. These 6 heading elements are h1, h2, h3, h4, h5, and h6;</li>
</ul>
<div>
<h1 class="inline">Heading 1</h1>
<h1>is used for main heading. (Biggest in size).</h1>
</div>
<div>
<h2 class="inline">Heading 2</h2>
<h2>is used for subheadings
</div>
<div>
<h3 class="inline">Heading 3</h3>
if there are further sections under the subheadings then the <h3> elements is used.
</div>
<div>
<h4 class="inline">Heading 4</h4>
</div>
<div>
<h5 class="inline">Heading 5</h5>
</div>
<div>
<h6 class="inline">Heading 6</h6>
<h6> for the small heading (smallest one).
</div>
</section> -->
<section class="lang">
<h2 class="md text-center my-2">
HTML TAGS
</h2>
<div class="container10 flex1">
<div class="card11">
<h2 class="h3">Heading Tag</h2>
<h1>This is heading 1</h1>
<h2>This is heading 2</h2>
<h3>This is heading 3</h3>
<h4>This is heading 4</h4>
<h5>This is heading 5</h5>
<h6>This is heading 6</h6>
</div>
<div class="card11">
<h2 class="h3">Paragraphs Tag</h2>
<p>
This paragraph
contains a lot of lines
in the source code,
but the browser
ignores it.
</p>
<hr>
<p>
This paragraph
contains a lot of spaces
in the source code,
but the browser
ignores it.
</p>
<hr>
<p>
The number of lines in a paragraph depends on the size of the browser window. If you resize the
browser window, the number of lines in this paragraph will change.
</p>
</div>
<div class="card11">
<h2 class="h3">HTML <span><b> </span>and <span> <strong></span> Elements</h2>
<b>
<hr>
<p>This text is normal.</p>
<p><b>This text is bold.</b></p>
<strong>
<hr>
<p>This text is normal.</p>
<p><strong>This text is important!</strong></p>
</div>
<div class="card11">
<h2 class="h3">HTML <span><i> </span>and <span> <em></span> Elements</h2>
<i>
<hr>
<p>This text is normal.</p>
<p><i>This text is italic.</i></p>
<em>
<hr>
<p>This text is normal.</p>
<p><em>This text is emphasized.</em></p>
</div>
<div class="card11">
<h2 class="h3">Links</h2>
<h2>External links</h2>
<p><a href="https://www.youtube.com/" target="_blank">Youtube</a></p>
<p><a href="https://www.google.com/" target="_blank">Google</a></p>
<h2>internal links</h2>
<p><a href="img/download.jfif">BIT</a></p>
<a href="anotherpage.html">Go to Next page</a>
</div>
<div class="card11">
<h2 class="h3">Html images</h2>
<img src="img/img_girl.jpg" alt="Girl in a jacket" width="300" height="400">
</div>
<div class="card11">
<h2 class="h3">HTML Lists</h2>
<h2>An Unordered HTML List</h2>
<ul>
<li>Coffee</li>
<li>Tea</li>
<li>Milk</li>
</ul>
</div>
<div class="card11">
<h2 class="h3">HTML Lists</h2>
<h2>An ordered HTML List</h2>
<ol>
<li>Coffee</li>
<li>Tea</li>
<li>Milk</li>
</ol>
</div>
<div class="card11">
<h2 class="h3">Nested HTML Lists</h2>
<h2>A Nested List</h2>
<p>Lists can be nested (list inside list):</p>
<ul Type="square">
<li>Coffee</li>
<li>Tea
<ol type="a">
<li>Black tea</li>
<li>Green tea</li>
</ol>
</li>
<li>Milk</li>
</ul>
</div>
</div>
</section>
<section>
<div class=" bg-color grid1">
<div>
<h1>Youtube Video Embed in Html</h1>
<iframe class=" white " width="560" height="315" src="https://www.youtube.com/embed/pQN-pnXPaVg"
title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
<div>
<h1>Normal Video from internet</h1>
<video class="white" controls width="560" height="315">
<source src="https://www.w3schools.com/html/mov_bbb.mp4" type="video/webm">
<source src="/media/cc0-videos/flower.mp4" type="video/mp4">
Sorry, your browser doesn't support embedded videos.
</video>
</div>
</div>
</section>
<section class="table">
<h1 class="h3">TIME TABLE</h1>
<table border="5" cellspacing="0" align="center">
<p class="bit">BANGALORE INSTITUTE OF TECHNOLOGY <br>
DEPARTMENT OF MASTER OF COMPUTER APPLICATIONS <br>
ACADEMIC YEAR 2021-22 (EVEN SEMESTER) <br> <br>
<p>
<h3 class="bit">Semester : II Sem A Section (TIME TABLE)</h3>
</p>
</p>
<!--<caption>Timetable</caption>-->
<tr>
<th align="center" height="50" width="100"><br>
<b>Day/Time</b></br>
</th>
<td align="center" height="50" width="100">
<b>8:00-9:00</b>
</td>
<th align="center" height="50" width="100">
<b>9:00-10:00</b>
</th>
<th align="center" height="50" width="100">
<b>10:00-11:00</b>
</th>
<th align="center" height="50" width="100">
<b>11:00-11:30</b>
</th>
<th align="center" height="50" width="100">
<b>11:30-12:30</b>
</th>
<th align="center" height="50" width="100">
<b>12:30-1:30</b>
</th>
<th align="center" height="50" width="100">
<b>1:30-2:00</b>
</th>
<th align="center" height="50" width="100">
<b>2:00-3:00</b>
</th>
<th align="center" height="50" width="100">
<b>3:00-4:00</b>
</th>
</tr>
<tr>
<td align="center" height="50">
<b>Monday</b>
</td>
<td align="center" height="50"></td>
<td align="center" height="50">WEB</td>
<td align="center" height="50">SE</td>
<td rowspan="6" align="center" height="30">
<h2>Tea break</h2>
</td>
<td colspan="2" align="center" height="50">A1-DBMS-LAB(HKM+MSS)
A2-JAVA-LAB(SEN+AMS)
A3-WEB-LAB(KS+NR)</td>
<td rowspan="6" align="center" height="30">
<h2>Lunch break</h2>
</td>
<td align="center" height="50">OT/CS</td>
<td align="center" height="50">AI/MAD</td>
</tr>
<tr>
<td align="center" height="50">
<b>Tuesday</b>
</td>
<td align="center" height="50"></td>
<td colspan="2" align="center" height="50">A3-DBMS-LAB(NRS+SGM)
A1-JAVA-LAB(SEN+AMS)
A2-WEB-LAB(KS+NR)
</td>
<td align="center" height="50">SE</td>
<td align="center" height="50">JAVA</td>
<td colspan="2" align="center" height="50">A2-DBMS-LAB(NRS+AGV)
A3-JAVA-LAB(AMS+MSS)
A1-WEB-LAB(KS+SEN)
</td>
</tr>
<tr>
<td align="center" height="50">
<b>Wednesday</b>
</td>
<td align="center" height="50"></td>
<td colspan="2" align="center" height="50">A1-DBMS-LAB(AGV+SGM)
A2-JAVA-LAB(TVK+SEN)..
A3-WEB-LAB(KS+NRS)
</td>
<td align="center" height="50">OT/CS</td>
<td align="center" height="50">AI/MAD</td>
<td align="center" height="50">DBMS</td>
<td align="center" height="50">SE/T</td>
</tr>
<tr>
<td align="center" height="50">
<b>Thursday</b>
</td>
<td align="center" height="50"></td>
<td align="center" height="50">SE/T</td>
<td align="center" height="50">WEB</td>
<td colspan="2" align="center" height="50">A3-DBMS-LAB(CSS+AGV)
A1-JAVA-LAB(SEN+TVK)..
A2-WEB-LAB(KS+SGM)
</td>
<td align="center" height="50">AI/MAD</td>
<td align="center" height="50">OT/CS</td>
</tr>
<tr>
<td align="center" height="50">
<b>Friday</b>
</td>
<td align="center" height="50"></td>
<td align="center" height="50">JAVA</td>
<td align="center" height="50">DBMS</td>
<td colspan="2" align="center" height="50">A2-DBMS-LAB(NRS+SGM)
A3-JAVA-LAB(AMS+SEN)
A1-WEB-LAB(MU+KS)
</td>
<td align="center" height="50">SE</td>
<td align="center" height="50">WEB</td>
</tr>
<tr>
<td align="center" height="50">
<b>Saturday</b>
</td>
<td align="center" height="50"></td>
<td align="center" height="50">DBMS</td>
<td align="center" height="50">WEB</td>
<td align="center" height="50">JAVA</td>
<td align="center" height="50"></td>
<td align="center" height="50"></td>
<td align="center" height="50"></td>
</tr>
</table>
</section>
<!-- <section class="lang1">
<h2 class="md text-center my-2">
FORM
</h2>
<div class="container1">
<div class="text-center">
<form>
<div>
<h1>Register</h1>
<p>Please fill in this form to create an account.</p>
<hr>
<div>
<label for="Name"><b>Name</b></label>
<input type="text" placeholder="Enter Your Name" name="name" id="name1" required>
</div>-->
<!-- <div>
<label for="Last Name"><b>Last Name</b></label>
<input type="text" placeholder="Enter Your Last Name" name="name" id="name2" required>
</div> -->
<!-- <div>
<label for="Email"><b>Email</b></label>
<input type="email" placeholder="Enter Your Email" name="email" id="email" required>
</div>
<div>
<label for="Phone Number"><b>Phone Number</b></label>
<input type="number" placeholder="Enter Your number" name="number" id="number" required>
</div>
<div>
<label for="Date of birth"><b>Date of birth</b></label>
<input type="date" placeholder="Enter Your number" name="number" id="number" required>
</div>
<div class="grid">
<div>
<fieldset>
<legend>Hobbies</legend>
<input type="checkbox" name="hobby" value="sports" id="sport">
<label for="sport">Sports</label>
<input type="checkbox" name="hobby" value="music" id="music">
<label for="music">Music</label>
<input type="checkbox" name="hobby" value="reading" id="read">
<label for="read">Reading</label>
</fieldset>
<br>
<fieldset>
<legend>Gender</legend>
<input type="radio" name="gender" value="male" id="male">
<label for="male">Male</label>
<input type="radio" name="gender" value="female" id="female">
<label for="female">Female</label>
<input type="radio" name="gender" value="others" id="others">
<label for="others">others</label>
</fieldset>
</div>
</div>
<div>
<div>
<label for="Address"><b>Address</b></label>
<textarea id="Address" name="Address" rows="4" cols="50">
</textarea>
</div>
</div>
<div>
<p>Click on the "Choose File" button to upload a file:</p>
<input type="file" id="myFile" name="filename">
</div>
</div>
<br>
<input class="btn" type="submit">
</form>
</div>
</div>
</section> -->
<section class="lang1">
<h2 class="md text-center my-2">
FORM
</h2>
<div class="container10 card11">
<h1>Register</h1>
<p>Please fill in this form.</p>
<form>
<div class="form-control">
<label for="Name"><b>Name</b></label>
<input type="text" Name="name" placeholder="Enter your Name" required>
</div>
<div class="form-control">
<label for="Email"><b>Email</b></label>
<input type="email" placeholder="Enter Your Email" name="email" id="email" required>
</div>
<div class="form-control">
<label for="Phone Number"><b>Phone Number</b></label>
<input type="number" placeholder="Enter Your number" name="number" id="number" required>
</div>
<div class="form-control">
<label for="Date of birth"><b>Date of birth</b></label>
<input type="date" placeholder="Enter Your number" name="number" id="number" required>
</div>
<div>
<fieldset class="form-control">
<legend>Hobbies</legend>
<input type="checkbox" name="hobby" value="sports" id="sport">
<label for="sport">Sports</label>
<input type="checkbox" name="hobby" value="music" id="music">
<label for="music">Music</label>
<input type="checkbox" name="hobby" value="reading" id="read">
<label for="read">Reading</label>
</fieldset>
<br>
<fieldset class="form-control">
<legend>Gender</legend>
<input type="radio" name="gender" value="male" id="male">
<label for="male">Male</label>
<input type="radio" name="gender" value="female" id="female">
<label for="female">Female</label>
<input type="radio" name="gender" value="others" id="others">
<label for="others">others</label>
</fieldset>
</div>
<div class="form-control">
<label for="Address"><b>Address</b></label>
<textarea id="Address" name="Address" rows="4" cols="50">
</textarea>
</div>
<div class="form-control">
<p><b>Click on the "Choose File" button to upload a file:</b></p>
<input type="file" id="myFile" name="filename">
</div>
<input type="submit" value="Submit" class="btn btn-primary">
</form>
</div>
</section>
</body>
</html>