π HTML Plug-ins
β Plug-ins are computer programs that extend the standard functionality of the browser.
β Plug-ins were designed to be used for many different purposes.
π Uses Of Plug-ins
β Plug-ins were designed to be used for many different purposes:
β’ To run Java applets
β’ To run Microsoft ActiveX controls.
β’ To display Flash movies
β’ To display maps
β’ To scan for viruses
β’ To verify a bank id
π The <object> Element
β The <object> element defines an embedded object within an HTML document.
β It was designed to embed plug-ins (like Java applets, PDF readers, and Flash Players) in web pages, but can also be used to include HTML in HTML.
π The <embed> Element
β The <embed> element also defines an embedded object within an HTML document.
β Web browsers have supported the <embed element for a long time.
β The <embed> element can also be used to include HTML in HTML.
β The <embed> element does not have a closing tag.
π HTML <source> Tag
β The <source> tag is used to specify multiple media resources for media elements, such as <video>, <audio>, and <picture>.
β The <source> tag allows you to specify alternative video/audio/image files which the browser may choose from. based on browser support or viewport width.
β The browser will choose the first <source> it supports.
β The <source> tag also supports the Global & Event Attributes in HTML.
Thanks for reading this thread β€οΈ
If you like it , make sure you:
π· Like the tweet
π· Retweet the first tweet β‘
For more content , follow:
@MrunayU