Whats the difference between ogv and ogg formats and how i use ogv inthe video tag?? Works the same way as ogg?? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

Whats the difference between ogv and ogg formats and how i use ogv inthe video tag?? Works the same way as ogg??

video formats in HTML 5

6th Mar 2017, 7:21 PM
andrez
andrez - avatar
2 Respuestas
0
Use the new HTML 5 tags. <video> and <audio> and specify the source = nigeria. ogg or example.ogv(?)
8th Mar 2017, 12:34 AM
Edidiong Udoh
Edidiong Udoh - avatar
0
that's the way: <video> <src="video.ogv" type="video/ogg"/></video>
8th Mar 2017, 2:48 PM
andrez
andrez - avatar