HTML <source> Tag

116    Share

object Element


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 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:


Live Demo & Try it yourself! Read More » »

Video - Methods, Properties, and Events


The HTML DOM defines methods, properties, and events for theelement. This allows you to load, play, and pause videos, as well as setting duration and volume. There are also DOM events that can notify you when a video begins to play, is paused, etc.


Live Demo & Try it yourself! Read More » »

Muted video after autoplay



Live Demo & Try it yourself! Read More » »

Video Autoplay


To start a video automatically, use the autoplay attribute:


Live Demo & Try it yourself! Read More » »

Video Element


The HTML <video> element is used to show a video on a web page.


Live Demo & Try it yourself! Read More » »