0

How can I add audio and video in my code??

5th May 2019, 2:51 AM
shivangi
shivangi - avatar
4 Réponses
+ 6
For audio: <audio controls> <source src="link.mp3" type="audio/mpeg"> <source src="link.ogg" type="audio/ogg"> </audio> And for video: <video controls> <source src=".mp4" type="video/mp4"> <source src="link.ogg" type="video/ogg"> </video>
5th May 2019, 3:17 AM
Muthuraj R
Muthuraj R - avatar
+ 3
From YouTube you can easily copy the video link. To copy click share-> and copy->
5th May 2019, 12:03 PM
Muthuraj R
Muthuraj R - avatar
0
I know this. But how can I get the correct URL from Google
5th May 2019, 11:54 AM
shivangi
shivangi - avatar