View video tutorial

HTML Object

HTML

The <object> tag display external resources on the web page.

HTML <object>


HTML <object> is a container for external resources.

The best use and the objective of <object> element is to add browsers plug-ins.

HTML has all media control elements to deal with each media types. <iframe>, <img>, <video> etc. So recommendation is to use these elements as a first priority.