HTML Audio Generator

An html audio tag allows a user to attach a playable music in a document or webpage.

Preview

Properties

Code

<audio src="/audio/tone.mp3" controls>
  Your browser does not support the audio file.
</audio>