How would I add background music to all my pages. Because I can't figure out how
in html, try using audio.
audio
<audio controls> <source src="AUDIO URL"> </audio>
like that. Put your music file, or URL in there. IT should work
Background music
How would I add background music to all my pages. Because I can't figure out how
Solution
in html, try using
audio
.like that. Put your music file, or URL in there.
IT should work