<EMBED>

Tag Description

<embed> is used to describe embedded content such as Flash. New in HTML5.

Code Example

<embed src="media/flash/example.swf" />

Result

Attributes

Attribute Value Description
height px Sets height
src URL Source of embedded content
type type Type of embedded content
width px Sets width

Browser Support

Browser Comment
Firefox Yes
Safari Yes
Chrome Yes
Opera Yes
IE => 8 Yes
IE <= 7 Not tested

Notes

  • Flash is not supported on iOS
Title

details

Thanks for visiting!