0
Can we write audio code in this app
6 Answers
+ 1
https://code.sololearn.com/WaPd2fHQY9Gs/?ref=app
like these ?
https://code.sololearn.com/WKk3i5vHt4SY/?ref=app
https://code.sololearn.com/WKlCtEJ9eRH0/?ref=app
https://code.sololearn.com/WUfLOapDc5w0/?ref=app
https://code.sololearn.com/W0tZBthIefZb/?ref=app
https://code.sololearn.com/WUGRWCpvHJqz/?ref=app
https://code.sololearn.com/WxFNdqjJi0le/?ref=app
https://code.sololearn.com/WJlYj6DNq02H/?ref=app
+ 1
<!DOCTYPE html>
<html>
    <head>
        <title>Audio in Code Playground</title>
    </head>
    
    <body>
    
        <audio controls>
        <source src="https://www.dropbox.com/s/fjbhykni8yiimwu/drums.wav?dl=1" type="audio/wav">
        </audio>    
        
    </body>
</html>
edit:
above example have only audio added.
here is another example, includes image, audio both.. (delete line: 18 and see.. ) 
audio tag is used for adding audio sourses.. 
https://code.sololearn.com/W4sS2s4sYpj7/?ref=app
0
Plz reply me frd
0
Sir can you give me without js
0
Bro can you write me only one music code plz bro




