0
Not working
Below one is not working <video> <source src="video.mp4" type="video/mp4"> </video> Below one is working <video> <source src="video.mp4" > </video>
1 Respuesta
+ 1
Both are right how the 1st one is not working.
Below one is not working <video> <source src="video.mp4" type="video/mp4"> </video> Below one is working <video> <source src="video.mp4" > </video>