Music: J.S. Bach "Allemande" Partita for Violin #2
I shall reproduce the code that produced the display above.
<audio controls = "controls">
<source src = "Allemande.mp3" type = "audio/mpeg">
<source src = "Allemande.ogg" type = "audio/ogg">
Your browser does not support HTML5 Audio
Please use this link instead:
<a href = "Allemande.mp3">Allemande.mp3</a>
</audio>
The above script does not have a source.
I was able to omit the other lines of code.
Lagrimas Negras This works off my web site.