Which HTML attribute for video and audio files is used to include play, pause and volume buttons. code example
Example: how do you play audio files on html
<audio src="sound.mp3" autoplay></audio>
<audio src="sound.mp3" autoplay></audio>