The <audio> HTML element is used to embed sound content in documents.
It may contain one or more audio sources, represented using the src attribute or the <source> element: the browser will choose the most suitable one.
Refer https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/audio for more information on the <audio> Embeded Audio Element