MOCKSTACKS
EN
Questions And Answers

More Tutorials









HTML Plug-in

Plug-ins are computer programs that extend the standard functionality of the browser.

Helper applications are computer programs that extend the standard functionality of a web browser. Helper applications are also called plug-ins. ... Plug-ins can be used for many purposes: display maps, scan for viruses, verify your bank id, etc


Plug-ins

Plug-ins were designed to be used for many different purposes:

  • To run Java applets
  • To display Flash movies
  • To display map
  • To scan for viruses
  • To verify a bank id

The <object> Element

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:


<object width="100%"  height="500px"  data="test.html"> </object>

HTML <embed> Element

Web browsers have supported the <embed> element for a long time. However, it has not been a part of the HTML specification before HTML5.


Embed Html file

<embed width="100%"  height="500px"  src="test.html">

Embed image file

<embed width="100%"  height="500px"  src="nature.jpg">


Conclusion

In this page (written and validated by ) you learned about HTML Plug-in . What's Next? If you are interested in completing HTML tutorial, your next topic will be learning about: HTML Youtube.



Incorrect info or code snippet? We take very seriously the accuracy of the information provided on our website. We also make sure to test all snippets and examples provided for each section. If you find any incorrect information, please send us an email about the issue: mockstacks@gmail.com.


Share On:


Mockstacks was launched to help beginners learn programming languages; the site is optimized with no Ads as, Ads might slow down the performance. We also don't track any personal information; we also don't collect any kind of data unless the user provided us a corrected information. Almost all examples have been tested. Tutorials, references, and examples are constantly reviewed to avoid errors, but we cannot warrant full correctness of all content. By using Mockstacks.com, you agree to have read and accepted our terms of use, cookies and privacy policy.