Posts by Belmires Frances De Ameida • 1 point
1 post
-
-2
votes1
answer32
viewsQ: How can I insert two videos with HTML next to each other and play them both at the same time?
<html> <body> <video> <source src="teste.mp4" type="video/mp4"> </video> <video> <source src="teste.mp4" type="video/mp4"> </video> </body>…