Computer Science, asked by zalikafoe24, 6 months ago

create a webpage and insert a video file and save it as videofile.​

Answers

Answered by Vijayadharshini
0

Answer:

<video width="320" height="240" controls>

<source src="movie.mp4" type="video/mp4">

<source src="movie.ogg" type="video/ogg">

Your browser does not support the video tag.

</video>

Explanation:

use this code

insert ur video file

Answered by Anonymous
2

Answer:

STEP 1: OPEN YOUR TEXT EDITOR

STEP 2: WRITE YOUR HTML SKELETON

STEP 3: SAVE YOUR FILE

STEP 4: OPEN YOUR WEB PAGE IN YOUR BROWSER.

Explanation:

hope it is helpful for you....

please mark me as brainlist answer

Similar questions