Class 3 Exam  >  Class 3 Notes  >  HTML for Junior Classes  >  HTML Plug-ins

HTML Plug-ins | HTML for Junior Classes - Class 3 PDF Download

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

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

Warning !
Most browsers no longer support Java Applets and Plug-ins.
ActiveX controls are no longer supported in any browsers.
The support for Shockwave Flash has also been turned off in modern browsers.

The <object> Element

The <object> element is supported by all browsers.
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:
Example

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

Or images if you like:

<object data="audi.jpeg"></object>

The <embed> Element

The <embed> element is supported in all major browsers.
The <embed> element also defines an embedded object within an HTML document.
Web browsers have supported the <embed> element for a long time. However, it has not been a part of the HTML specification before HTML5.
Example

<embed src="https://edurev.gumlet.io/udi.jpeg">

Note: that the <embed> element does not have a closing tag. It can not contain alternative text.

The <embed> element can also be used to include HTML in HTML:
Example

<embed width="100%" height="500px" src="https://edurev.gumlet.io/nippet.html">

The document HTML Plug-ins | HTML for Junior Classes - Class 3 is a part of the Class 3 Course HTML for Junior Classes.
All you need of Class 3 at this link: Class 3
14 videos|31 docs|24 tests

Top Courses for Class 3

14 videos|31 docs|24 tests
Download as PDF
Explore Courses for Class 3 exam

Top Courses for Class 3

Signup for Free!
Signup to see your scores go up within 7 days! Learn & Practice with 1000+ FREE Notes, Videos & Tests.
10M+ students study on EduRev
Related Searches

Free

,

practice quizzes

,

MCQs

,

shortcuts and tricks

,

Viva Questions

,

Summary

,

past year papers

,

Important questions

,

HTML Plug-ins | HTML for Junior Classes - Class 3

,

video lectures

,

Objective type Questions

,

HTML Plug-ins | HTML for Junior Classes - Class 3

,

Sample Paper

,

Extra Questions

,

mock tests for examination

,

Semester Notes

,

Exam

,

ppt

,

pdf

,

Previous Year Questions with Solutions

,

HTML Plug-ins | HTML for Junior Classes - Class 3

,

study material

;