Search w3schools.com:

SHARE THIS PAGE

HTML <object> type Attribute

HTML object Tag Reference HTML <object> tag

Example

An <object> element with a specified MIME type:

<object width="400" height="400" data="helloworld.swf" type="application/x-shockwave-flash"></object>

Try it yourself »

Browser Support

Internet Explorer Firefox Opera Google Chrome Safari

The type attribute is supported in all major browsers.


Definition and Usage

The type attribute specifies the MIME type of the object.


Differences Between HTML 4.01 and HTML5

NONE.


Syntax

<object type="MIME_type">

Attribute Values

Value Description
MIME_type The MIME type of the embedded content.
Look at IANA MIME types for a complete list of standard MIME types.


HTML object Tag Reference HTML <object> tag

Your suggestion:

Close [X]

Thank You For Helping Us!

Your message has been sent to W3Schools.

Close [X]