The <object> element
    Represents something that should be displayed either as an image, or in some special way determined by a browser plugin, or in the same way as an <iframe>.
Full list of attributes
All the usual HTML global attributes are available
- data
- The URI from which the browser will get the resource to display.
- form
- The form owner of this element.
- height
- The height to display the object at in CSS pixels or as a percentage.
- name
- Name which can be used by a link's targetattribute to load content in this element.
- type
- The MIME type of the file.
- typemustmatch
- If present, the browser should refuse to display the file unless the MIME type given by the typeattribute matches the MIME type given by the server when the resource is downloaded.
- usemap
- Name of an image map to use, if this <object>is displayed as an image.
- width
- The width to display the object at in CSS pixels or as a percentage.