Computer Science, asked by rakeshrakesh76647, 4 months ago

Write a program to insert a video in web page.​

Answers

Answered by shovachettri7o
0

Answer:

i think zoom app

Explanation:

i think so zoom app

Answered by Anonymous
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