Computer Science, asked by hanjarisingh099, 9 months ago

which of the following option is the format used for adding a video file into an html document​

Answers

Answered by Smallprogrammer
3

Mp4 is the formate for adding video in Html Document

for example :

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

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

</video>

Mp4:

MPEG-4 Part 14 or MP4 is a digital multimedia container format most commonly used to store video and audio, but it can also be used to store other data such as subtitles and still images.[2] Like most modern container formats, it allows streaming over the Internet. The only official filename extension for MPEG-4 Part 14 files is .mp4. MPEG-4 Part 14 (formally ISO/IEC 14496-14:2003) is a standard specified as a part of MPEG-4.

Answered by safqatzahera
0

MP4

please follow me on brainy aap

Similar questions