TreasureHunt
New Coder
HTML:
<audio controls>
<source src="audio.mp3" type="audio/mpeg">
</audio>
I am new with HTML & CSS. I have an IT software programming background, however, I cannot figure out why this code is not playing the .mp3 file within the same folder as the .html.
MP3 file: double click - .mp3 Plays successfully
HTML file: double click - the Control button appears in gray tone yet not accessible to Play .mp3
MP3=620KB
HTML=289 bytes
I was successful replacing the Audio code to display a photo.
Last edited by a moderator: