About 705,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 …

  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

    The HTML <object> tag represents an embedded object in an HTML document. Depending on the type of the resource, it will either be treated as an image, as a nested browsing context, or as …

  6. 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 …

  7. 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, …

  8. HTML <object> tag - Computer Hope

    Mar 21, 2025 · When writing in HTML (HyperText Markup Language), the <object> tag is a block element used to designate an object embedded in to a web page. It is useful for adding plugin …

  9. HTML <object> Tag - CSS Portal

    Mar 30, 2024 · Learn about the HTML <object> Tag. View description, syntax, values, examples and browser support for the HTML <object> Tag.

  10. HTML: <object> tag - TechOnTheNet

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