About 1,010,000 results
Open links in new tab
  1. html - <embed> vs. <object> - Stack Overflow

    Dec 18, 2015 · OBJECT vs. EMBED - why not always use embed? Bottom line: OBJECT is Good, EMBED is Old. Beside's IE's PARAM tags, any content between OBJECT tags will get rendered if …

  2. Difference between iframe, embed and object elements

    Jul 9, 2022 · Explains the differences between iframe, embed, and object elements for embedding content in HTML.

  3. html - Do I use <img>, <object>, or <embed> for SVG files? - Stack …

    Explore the pros and cons of using <img>, <object>, or <embed> for embedding SVG files in your web projects.

  4. object - Zoom to fit: PDF Embedded in HTML - Stack Overflow

    the modifier I have in the code right now is not effecting the zoom of the pdf file, I need to figure out how to make the zoom fit to the object initally

  5. How to get html elements from an object tag? - Stack Overflow

    Jan 10, 2012 · The question is around accessing HTML content that gets dynamically generated within an object tag. It doesn't ask for content that's statically placed inside an object tag.

  6. Recommended way to embed PDF in HTML? - Stack Overflow

    Nov 15, 2008 · What is the recommended way to embed PDF in HTML? iFrame? Object? Embed? What does Adobe say itself about it? In my case, the PDF is generated on the fly, so it can't be uploaded to …

  7. Providing the Object tag with data directly - Stack Overflow

    Apr 5, 2017 · Learn how to provide data directly to the object tag in HTML using Stack Overflow's expert insights and solutions.

  8. html - Use of Iframe or Object tag to embed web pages in another ...

    Sep 29, 2015 · In a web-based system I maintain at work that recently went live, it makes an Object element to embed a second web page within the main web page. (Effectively the main web page …

  9. Changing data content on an Object Tag in HTML - Stack Overflow

    I have an HTML page which contains an Object tag to host an embedded HTML page.

  10. javascript - Read data in HTML object tag - Stack Overflow

    Apr 16, 2016 · Learn how to access and manipulate data within an HTML object tag using JavaScript in this detailed guide.