Describe your feature request
What problem(s) would this feature solve?
Explain what you were trying to do when you came across the problem leading to this feature requestaudio tag used this is my feature request please I get it
Describe your feature request
What problem(s) would this feature solve?
Explain what you were trying to do when you came across the problem leading to this feature requestaudio tag used this is my feature request please I get it
you can insert audio into HTML like so:
<audio controls>
<source src="horse.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
<!-- Credits to W3Schools -->