-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmultimedia.html
22 lines (22 loc) · 978 Bytes
/
multimedia.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!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">
<title>Multimedia Section</title>
</head>
<body>
<a href="index.html">Going to First Page</a>
<br>
<h5>Video Section</h5>
<video src="Video/Sample.mp4" controls loop autoplay muted width="200px" height ="150px"></video>
<br>
<h5>Audio Section</h5>
<audio src="audio/JanaGanaMana.mp3" controls></audio>
<br>
<h5>iframe Sample</h5>
<iframe width="917" height="688" src="https://www.youtube.com/embed/-DDEMpZk3PQ" title="How To Make RJ45 Network Patch Cables and LAN Hub || #RJ45 Cables || Network Patch Cables" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe src="https://thalirnatural.com" frameborder="0"></iframe>
</body>
</html>