The
HTML <embed> tag is used for embedding another resource or interactive content into the document. The <embed> element is an empty element and this tag
ending with the delimiter string />. This tag has no closing tag like <embed />.
This tag is used to insert nonstandard elements content, typically a multimedia element that is not supported by HTML. You can use <embed > tag to add images,
audio or video etc or you can write anything in it.
Syntax :
<embed src="" type=""/>
This tag puts a browser plug-in on the page. A plug-in is a special program that
adds specific abilities to a larger software application and it is located on
the client computer not on your web server that handles its own special type of
data file.