The <object> tag is used to embedded object within an HTML document. You can add various kind of media files such as audio, video, PDF document in an HTML document and embed another web page into HTML document using <object>.
Example of Code
<object data="https://www.computerhope.com/jargon/m/example.mp3"></object>
Output