+ 3
How to add video and audio in html???anyone having idea?😊😊😅
Is there any keyword to add video and audio in html created page?
8 Respuestas
+ 4
u can use <audio src="audio url"> </audio> for audios and <video src="video url"> </video> for videos
+ 3
Hello Singh, use the <audio> and <video> tag. You can see the full lessons under HTML 5, chapters 6 and 7. If you have any issues with the tutorials, do ask. I and others who have used it would be sure to help you out.
+ 1
Thanks a lot bro😊😊 If I face any problem then I will post a question in this section☺ and
thanks again bro
+ 1
👍
0
Thanks nitin
0
html not support it but html5 can
0
put the video or audio where you are writing HTML program
<audio control SRC="name of audio.mp3">
0
use <audio> and <video> elements.