Tutorial by Examples

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">
The MIME type must be defined using the type attribute. <embed type="video/mp4" src="video.mp4" width="640" height="480">

Page 1 of 1