Audio & video Tags in HTML
Audio
the <audio> is an HTML element to embed audio content into documents, it may contain one or more audio sources represented using the src attribute or source tag, and the browser will choose the suitable one
It supports .mp3, .wav and .ogg forma...
goudhamt.hashnode.dev2 min read