The <embed> tag is used to insert audio, video and any external application into HTML document.
Example of Code
<embed src = "https://www.computerhope.com/jargon/m/example.mp3" width = "250" height = "100" />
Output