-
Notifications
You must be signed in to change notification settings - Fork 0
/
media.html
28 lines (23 loc) · 997 Bytes
/
media.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<video width="520" height="1080" controls >
<source src="forInandforOf.mp4" type="video/mp4">
<source src="forInandforOf.ogg" type="video/ogg">
Your browser doest supports videos.
</video>
<audio controls>
<source src="horse.ogg" type="audio/ogg">
<source src="horse.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
<iframe width="560" height="315" src="https://www.youtube.com/embed/-mJFZp84TIY?si=naSmy8oe2sP2DlIi" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
<iframe width="1200" height="900" src="https://in.mashable.com/">
</iframe>
</body>
</html>