object
Definition and Usage
The <object> tag defines an embedded object within an HTML document. Use this element to embed multimedia (like audio, video, Java applets, ActiveX, PDF, and Flash) in your web pages. The HTML<object>
element represents an external resource, which can be treated as an image, a nested browsing context, or a resource to be handled by a plugin.
You can also use the <object> tag to embed another web page into your HTML document.