HTML plugin


The function of the plug-in is to extend the functions of the HTML browser.


HTML Helper (plug-in)

A helper application is a program that can be launched by the browser. Helper applications are also called plug-ins.

Helper programs can be used to play audio and video (among others). Auxiliary programs are loaded using the tag.

One advantage of using a helper program to play video and audio is that you can allow the user to control some or all of the playback settings.

Plug-ins can be added to the page through the tag or the tag.

Most accessibility applications allow manual (or programmatic) control of volume settings and playback functions (such as rewind, pause, stop, and play).

##We can use

Element

All major browsers support the tag. The

element defines an object embedded in an HTML document.

This tag is used to insert objects (such as embedding Java applets in web pages, PDF readers, Flash player).

Instance

  php 中文网

Run Instance»

Click the "Run Instance" button to view the online instance

The

element can also be used to include HTML files:

Example

  phpz 中文网

Run Example»

Click the "Run Instance" button to view the online instance

or insert a picture:

Instance

  php 中文网

Run Instance»

Click the "Run Instance" button to view the online instance


Element

All major browsers supportelement. The

element represents an HTML Embed object. The

element has been around for a long time, but was not specified before HTML5. This element will be validated on HTML 5 pages, but not on HTML 4.

Instance

  php中文网

Run Instance»

Click the "Run Instance" button to view the online instance


lamp.jpg and
lamp.jpgNote that the element does not have a closing tag. Alt text cannot be used. The

element can also be used to contain HTML files:

Example

  php中文网

Run Instance»

Click the "Run Instance" button to view the online instance

or insert a picture:

Instance

  php 中文网

Run Instance»

Click the "Run Instance" button to view the online instance