Embed

Other topics

Basic usage

The embed tag is new in HTML5. This element provides an integration point for an external (typically non-HTML) application or interactive content.

<embed src="myflash.swf">

Defining the MIME type

The MIME type must be defined using the type attribute.

<embed type="video/mp4" src="video.mp4" width="640" height="480">

Parameters:

ParametersDetails
srcAddress of the resource
typeType of embedded resource
widthHorizontal dimension
heightVertical dimension

Contributors

Topic Id: 8123

Example Ids: 26162,26163

This site is not affiliated with any of the contributors.