Mrunay Uttarwar
Mrunay Uttarwar

@MrunayU

11 Tweets Oct 19, 2022
πŸ”· About HTML Plug-ins
A Thread🧡 πŸ‘‡
πŸ“Œ 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
You can read the unrolled version of this thread here: typefully.com

Loading suggestions...