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...
Jan 18, 20233 min read23
