References

Collection of references for web development.

HTML embed tag

Description

The HTML <embed> element represents a container for an external application or interactive content (e.g. a plug-in).

Attributes

Attribute Value Description
height number Specifies the height of the element, default is measured in pixels.
src URL The URL of the file to embed in the document.
type MIME type Specifies the media type for the URL.
width number Specifies the width of the element, default is measured in pixels.

Example

<embed src="flashgame.swf" width="300" height="150">