HTML embed tag
HTML <embed> tag helps in integrating the plugin or external non-HTML application.
<embed src="files/demo.html" width="80%" height="400px" />
</>
The above example embeds a an HTML page in the page.
src attribute contains the address of the page to be embeded.
Tag Uses
Specific uses of <embed> tagIts main use is to integrate applications or interactive content.
Tag omission
It is self-closing tag i.e no end tag (</embed>).
Global Attributes
All the global attributes are applicable on the embed element.
Next Previous
Was this article helpful?