HTML <object> Interactive TutorialIntroduction to the Object ElementThe HTML <object> tag represents an external resource, which can be treated as an image, a nested browsing context, or a resource to be handled by a plugin.<object data="document.pdf" type="application/pdf" width="100%" height="500px"></object>