forked from AayushBiswas/hacktoberfest_2022
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathE-learning.html
More file actions
59 lines (52 loc) · 1.67 KB
/
E-learning.html
File metadata and controls
59 lines (52 loc) · 1.67 KB
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
</style>
<font size='14'>
<font face="georgia">
<h1 align='center'> E-Learning</h1>
</font>
<video width="400" controls>
<source src="calculus.mp4" type="video/mp4">
<source src="calculus.ogg" type="video/ogg">
Your browser does not support HTML5 video.
</video>
<p> <font size='7'>
<a href="https://youtu.be/WsQQvHm4lSw" target="_blank">CALCULUS </a>
</font></p>
<video width="400" controls>
<source src="Applied.mp4" type="video/mp4">
<source src="Applied.ogg" type="video/ogg">
Your browser does not support HTML5 video.
</video>
<p> <font size='7'>
<a href="https://youtu.be/vxFYfumAAlY">APPLIED PHYSICS </a> </font>
</p>
<video width="400" controls>
<source src="English.mp4" type="video/mp4">
<source src="English.ogg" type="video/ogg">
Your browser does not support HTML5 video.
</video>
<p> <font size='7'>
<a href="https://youtu.be/KGImUx4zg64">English Process writing</a> </font>
</p>
<p> <font size='5'>CALCULUS Lecture Audio </p>
<audio controls>
<source src="calculusaudio.ogg" type="audio/ogg">
<source src="calculusaudio.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio><br>
<p> <font size='5'> APPLIED PHYSICS Lecture Audio </p>
<audio controls>
<source src="Appliedaudio.ogg" type="audio/ogg">
<source src="Appliedaudio.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio><br>
<p> <font size='5'> ENGLISH Process Writing Lecture Audio</p>
<audio controls>
<source src=".Eng" type="audio/ogg">
<source src="Eng.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio><br>
</font>
</body>
</html>
</body>
</html>