Computer Science, asked by GDSB9492, 6 hours ago

Write the syntax to insert the video on a webpage
pls write the program thing

Answers

Answered by rimanpanda
0

Answer:

Assuming that the location is html/video/test.mp3, see the example

Explanation:

<!DOCTYPE html>

<html>

<head>

<title> Example of using video in webpage</title>

</head>

<body>

<p> Simple Video Insert </p>

<vid src= "/html/videos/vid.png" alt= "Test Video"/>

</body>

</html>

Similar questions