forked from param-code/Sigma-Web-Development-Course
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex10.html
More file actions
14 lines (14 loc) · 845 Bytes
/
Copy pathindex10.html
File metadata and controls
14 lines (14 loc) · 845 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!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 src="video.mp4" width="800" height="360" controls loop poster="draw-an-image-of-two-students-studying-in-the-the-park--evening--animated-illustrations-744131744.png"></video>
<audio src="once-in-paris.mp3" controls autoplay loop muted></audio>
<!-- Quick_Quiz -->
<iframe width="480" height="360" src="https://www.youtube.com/embed/XZwBNDGuWGU?list=PLu0W_9lII9agq5TrH9XLIKQvv0iaF2X3w" title="Video, Audio & Media in HTML | Sigma Web Development Course - Tutorial #10" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</body>
</html>