Write a program to insert a video in web page.
Answers
Answered by
0
Answer:
i think zoom app
Explanation:
i think so zoom app
Answered by
0
<html>
<head><title>Adding a video</title></head>
<body>
<video controls src="video.mp4" width="100%"height="100px">
</body>
</html>
This is the required code for embedding a video in HTML.
Similar questions