I need help for audio tag | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I need help for audio tag

html

8th Nov 2017, 6:48 PM
unknow unknow
9 Answers
+ 3
Study this code, it might clear things up for you. https://code.sololearn.com/W7TnfRV8XOSU/?ref=app
8th Nov 2017, 7:23 PM
Ghauth Christians
Ghauth Christians - avatar
+ 2
Yes you can, check out the code again to see an example of the embed tag with audio. Just uncomment the embed tag.
8th Nov 2017, 7:32 PM
Ghauth Christians
Ghauth Christians - avatar
+ 1
Where is the audio file located which you want to use? Is it on your phone or on a website?
8th Nov 2017, 6:55 PM
Ghauth Christians
Ghauth Christians - avatar
+ 1
thanks for your help
8th Nov 2017, 7:24 PM
unknow unknow
0
Post your code here so that I can see where you're stuck.
8th Nov 2017, 6:50 PM
Ghauth Christians
Ghauth Christians - avatar
0
<audio source src="audio.mp3" type="audio/mp3"> your browser need to be updated </audio>
8th Nov 2017, 6:53 PM
unknow unknow
0
just an example in a html/table folder that i made
8th Nov 2017, 6:57 PM
unknow unknow
0
can i also use the embed tag to insert audio?
8th Nov 2017, 7:25 PM
unknow unknow
0
and the bgsound src
8th Nov 2017, 7:56 PM
unknow unknow