HTML Audio Generator
An html audio tag allows a user to attach a playable music in a document or webpage.
Preview
Code
<audio src="/audio/tone.mp3" controls>
Your browser does not support the audio file.
</audio>
An html audio tag allows a user to attach a playable music in a document or webpage.
<audio src="/audio/tone.mp3" controls>
Your browser does not support the audio file.
</audio>