adding mp4 in html

Solutions on MaxInterview for adding mp4 in html by the best coders in the world

showing results for - "adding mp4 in html"
Maja
04 Jan 2019
1<video width="400" controls>
2  <source src="mov_bbb.mp4" type="video/mp4">
3  <source src="mov_bbb.ogg" type="video/ogg">
4  Your browser does not support HTML video.
5</video>
6
7<video width="400" controls>
8  <source src="mov_bbb.mp4" type="video/mp4">
9 
10  Your browser does not support HTML video.
11</video>