About 775,000 results
Open links in new tab
  1. HTML object tag - W3Schools

    Well organized and easy to understand Web building tutorials with lots of examples of how to use HTML, CSS, JavaScript, SQL, Python, PHP, Bootstrap, Java, XML and more.

  2. <object>: The External Object element - HTML | MDN

    Aug 28, 2025 · The <object> HTML 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.

  3. HTML <Object> tag - GeeksforGeeks

    Jul 11, 2025 · The <object> tag is used to display multimedia like audio, videos, images, PDFs, and Flash on web pages. It can also be used for displaying another webpage inside the HTML page.

  4. HTML object Tag - W3docs

    The HTML <object> tag defines an embedded object within an HTML document. Use it for embedding multimedia or another HTML document into the web page.

  5. HTML <object> Tag - CSS Portal

    Dec 26, 2025 · The <object> tag is used to embed external resources into an HTML document. It acts as a container that allows different types of content - such as multimedia, documents, or interactive …

  6. HTML object Tag - Tutorial Republic

    The <object> tag defines an embedded object within an HTML document. It is used to include a variety of different kinds of media files into a document such as videos, audio, Java applets, ActiveX, PDF …

  7. HTML: <object> tag - TechOnTheNet

    This HTML tutorial explains how to use the HTML element called the <object> tag with syntax and examples.

  8. HTML <object> Tag

    Depending on the type of the resource, it will either be treated as an image, as a nested browsing context, or as an external resource to be processed by a plugin. The basic tag is written like this …

  9. HTML object Tag - CodeToFun

    Nov 20, 2024 · The <object> tag is a versatile HTML element used for embedding external resources or multimedia content within a webpage. It provides a generic way to include different types of media, …

  10. HTML - <object> Tag - Online Tutorials Library

    The <object> tag is used to embed external resources into a webpage such as audio, video, images or even other webpages. It provides a flexible way to add these resources, giving the ability to specify …