Add music bar (examples):-
(https://scriptgenerator.net/really-simple-embed-audio-player-script/)
Hide Audio Controls (Still takes space up for bar though) (ie hide single word)
<audio autoplay preload="metadata" style=" width:300px;">
<source src="http://thesimpsonstrust1.org/Contact.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio><br />
<a href="http://scriptgenerator.net/really-simple-embed-audio-player-script/" title="Generate here your HTML5 audio player" style="text-align: right;display: block"></a>
Play once automatically and stops (ie single word)
<audio controls autoplay preload="metadata" style=" width:50px;">
<source src="http://thesimpsonstrust1.org/AudioHeader.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio><br />
<a href="http://scriptgenerator.net/really-simple-embed-audio-player-script/" title="Generate here your HTML5 audio player" style="text-align: right;display: block"></a>
Audio Player Code - press to start (ie. read all text on page)
<audio controls preload="metadata" style=" width:500px;">
<source src="http://thesimpsonstrust1.org/AudioNortonCP.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio><br />
<a href="http://scriptgenerator.net/really-simple-embed-audio-player-script/" title="Generate here your HTML5 audio player" style="text-align: right;display: block"></a>
Plays automaticaly and keeps repeating
<audio controls autoplay loop preload="metadata" style=" width:500px;">
<source src="http://thesimpsonstrust1.org/AudioNortonCP.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio><br />
<a href="http://scriptgenerator.net/really-simple-embed-audio-player-script/" title="Generate here your HTML5 audio player" style="text-align: right;display: block"> </a>