object

Description

The <object> element is provided to reference or include non-XML files, such as graphics, applets, and multimedia files. The source file for the object is specified using the src attribute. The file's media or MIME type is specified on the mediatype attribute.

Note: The <img> element is intended for graphic types that are natively supported by most browsers. The <object> element might be used to include graphics and media for which a "plug-in" application is required.


Content

ATTRIBUTES
Empty CONTENT DECLARATION

Parent Elements


Comments/Questions/Feedback