<embed> tag in HTML 5

In this articles i am going to explain about embed tag in HTML 5.
  • 1502

Definition

The HTML <embed> tag is used for embedding an external application or interactive content into an HTML document. In <embed> tag no closing tag is required. By the help of embed tag, you can add video, audio, or image etc.

Support browser in <Embed> tag.

Chrome,  Firefox,  Opera,  Internet Explorer 9  and  Safari.

Lets take an example of <Embed> tag

<html>
<body>
    <embed src="/d:\jitendra\figure\Sunset.jpg" />
</body>
</html>


Output


 Clipboard09.jpg

Further Readings

You may also want to read these related articles

Ask Your Question 

Got a programming related question? You may want to post your question here

Programming Answers here

© 2020 DotNetHeaven. All rights reserved.