how to run sounds on load javascript code example
Example 1: how to play sound on load js
<audio id="foobar" src="yoursample.ogg" preload="auto">
Example 2: how to play sound on load js
#foobar { display: none }
<audio id="foobar" src="yoursample.ogg" preload="auto">
#foobar { display: none }