Answers for "how can we add html audio and video in html document"

9

how do you play audio files on html

<audio src="sound.mp3" autoplay></audio>
Posted by: Guest on March-15-2020

Code answers related to "how can we add html audio and video in html document"

Browse Popular Code Answers by Language