+ 2
I am trying to put music into my code but i cant see it. If you can help please help.
<center><audio src="https://www.christmasgifts.com/christmasmusic/jingle-bells.mp3" controls></center> (copy and paste this code) https://code.sololearn.com/W7kFujy98a9L/?ref=app
7 Respostas
+ 1
Ace🂡 [{TheWaterCoder}]
You are using iframe to embed audio use audio tag for it
+ 1
Krish I did it but still dont see it on my screen.
+ 1
Ace🂡 [{TheWaterCoder}]
Add controls attribute in audio
And the audio bar is hidden by your canavs
+ 1
Krish
<video width="300" height="200" controls="false" autoplay="autoplay"> <source src="video/supercoolvideo.mp4" type="video/mp4" /> </video>
Like this?
+ 1
Ace🂡 [{TheWaterCoder}]
It will be audio not video
And controls true if you want the audio bar to appear