HTML <embed> tag
When writing in HTML (HyperText Markup Language), the <embed> tag is a block element used to designate an area for interactive content (Plugin) or an external application. It is useful when you want to add content that might not be natively supported by an Internet browser. The following sections contain information about this tag, including an example of it in use, and related attributes and browser compatibility.
Example of <embed> code
<embed src="/jargon/m/example.mp3"></embed>
Example result