How to add video and audio in html???anyone having idea?๐Ÿ˜Š๐Ÿ˜Š๐Ÿ˜… | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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?

1st Jul 2016, 3:51 PM
Taranjeet Singh
Taranjeet Singh - avatar
8 Answers
+ 4
u can use <audio src="audio url"> </audio> for audios and <video src="video url"> </video> for videos
2nd Jul 2016, 9:54 AM
Nitin Sharma
Nitin Sharma - avatar
+ 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.
1st Jul 2016, 4:08 PM
Daniel Chukwuji
Daniel Chukwuji - avatar
+ 1
Thanks a lot bro๐Ÿ˜Š๐Ÿ˜Š If I face any problem then I will post a question in this sectionโ˜บ and thanks again bro
1st Jul 2016, 5:03 PM
Taranjeet Singh
Taranjeet Singh - avatar
+ 1
๐Ÿ‘
1st Jul 2016, 9:13 PM
Daniel Chukwuji
Daniel Chukwuji - avatar
0
Thanks nitin
2nd Jul 2016, 9:57 AM
Taranjeet Singh
Taranjeet Singh - avatar
0
html not support it but html5 can
12th Jul 2016, 12:35 PM
mukesh paikra
mukesh paikra - avatar
0
put the video or audio where you are writing HTML program <audio control SRC="name of audio.mp3">
6th Aug 2016, 1:30 PM
Darshan Behere
Darshan Behere - avatar
0
use <audio> and <video> elements.
20th Feb 2017, 1:24 AM
โ€ŽุชูˆููŠู‚ ุงู„ุงุฆุณู„ุงู…โ€Ž
โ€ŽุชูˆููŠู‚ ุงู„ุงุฆุณู„ุงู…โ€Ž - avatar