I want to audio tag

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

2 Likes

Hey @SumitChaudhar23 welcome to the forums!

Can you elaborate on what you want added?

7 Likes

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 -->
4 Likes