0

How can I insert a song in my code in java or css or even html

28th May 2020, 9:29 AM
âš›ïžâš›ïžđŸ‘šâ€đŸ”ŹđŸ‘šâ€đŸ’» ADHIKSIT đŸ‘šâ€đŸ’»đŸ‘šâ€đŸ”Źâš›ïžâš›ïž
âš›ïžâš›ïžđŸ‘šâ€đŸ”ŹđŸ‘šâ€đŸ’» ADHIKSIT đŸ‘šâ€đŸ’»đŸ‘šâ€đŸ”Źâš›ïžâš›ïž - avatar
4 Respostas
+ 1
In HTML you should use audio tag to insert audio <audio src="songname.mp3" controls autoplay loop > this will insert audio </audio>
28th May 2020, 11:38 AM
Dinesh Kuniyal
Dinesh Kuniyal - avatar
28th May 2020, 1:08 PM
CalviŐČ
CalviŐČ - avatar
0
In Java you need to use a package like javax.sound https://docs.oracle.com/javase/tutorial/sound/index.html In HTML use the <audio> tag https://developer.mozilla.org/en-US/docs/Web/HTML/Element/audio
28th May 2020, 9:51 AM
Ore
Ore - avatar