The HTML <embed> Element speaks to an integration point for an outside provision or interactive substance (as it were, a plug-in).

<embed> .... </embed>

Numerous web browsers have backed the embed tag for quite a while. On the other hand, the <embed> tag has not been a piece of the HTML 4 detail. The embed tag is new in HTML5, and will validate in a HTML5 page. On the other hand, in the event that you utilize it within a HTML 4 page, the page won't validate.

Here is the Syntax for EMBED Element

Supported Browser
html5 tutorial html5 tutorial html5 tutorial html5 tutorial html5 tutorial


<embed src="your media file name"> </embed>

Below is complete syntax along with example


<!DOCTYPE html>

<html>
	
    <head>
    	 <title>Title name will go here</title>
    </head>
    
    <body>
		
		<embed src="media/clock.swf"> </embed>
        
    </body>
    
</html>

Download

<embed> is a non-standard however recently upheld component that is utilized to <embed> interactive media substance, including media sorts that mightn't normally be locally underpinned by the program. It can additionally be utilized for <embed>ding media sorts that are backed, for example, pictures in .jpg, .gif, or .png form.

<embed> isn't a piece of any right now perceived standard (it is included in Html5 which is not yet finalized), so on the off chance that you utilize it, your page can't in any way, shape or form approve; to make legitimate markup, you'll have to utilize the article component, which was defined in HTML 4. That said, using <embed> is broadly perceived as a decent approach to <embed> Flash in an available way, and numerous accept that its adequate to bargain legitimacy for the purpose of openness.

<embed> won't work for arrangements that are locally backed in the program, for example, HTML and pictures utilize the implicit, appropriately upheld instruments for such configurations. The configurations that <embed> backings are by and large confined to those that would require an extra plugin to work.

Albeit <embed> is a void component, an end tag is still needed for the purpose of program similarity.