Computer Science, asked by aniket821321, 1 month ago

How will you add a video file to an HTML web page?​

Answers

Answered by ShubhangiRahour
1

Answer:

A video file can be inserted in an HTML page in two ways. The first way would be using the <embed/> tag. This tag does not need an ending/finishing tag. It works, mostly, the same as a tag for a photo.

...

HTML5 video tag

mp4 - MIME-type video/mp4.

webm - MIME-type video/webm.

ogg - MIME-type video/ogg.

Similar questions