Audio and Video Tag
Audio Tag:
The HTML audio tag is helpful to add audio files to the browser or for embedding audio files it supports 3 types of files MP3, WAV, and OGG.
Syntax:
<audio src=""></audio>
<audio src="" controls autoplay loop muted></audio>
<audio contro...
deepaknayak.hashnode.dev3 min read