back

Embed

Tag: <embed>

The embed tag is used to embed external content into a webpage.
The height and width attributes can be used to set the size of the content and the src attribute points to the location.

The embed tag is self-enclosed and so no ending tag is required.

This tag is new in HTML5

Example