HTML and embed and type properties

HTML embed type property HTML slt;embed and tags

The type property specifies the type of MIME for embedded content used within the label, refer to the following example:

An embedded flash animation with MIME type:

<embed src="helloworld.swf"type="application/x-shockwave-flash">

Try it out . . .

Browser support

HTML embed type property HTML embed type property HTML embed type property HTML embed type property HTML embed type property

The type property is supported by all major browsers.


Definitions and usages

The type property specifies the type of MIME that is embedded in the content.


The difference between HTML 4.01 and HTML5

The label is the new label in HTML5.


Grammar

<embed type="MIME_type">

The property value

value describe
MIME_type The MIME type embedded in the content.
See IANA MIME type , Get a complete list of standard MIME types.


HTML embed type property HTML slt;embed and tags