This <embed> element loads sound files or other file types not supported by the browser, such as Flash movies.
<embed> |
Yes | Yes | Yes | Yes | Yes |
The <embed> tag is new in HTML5.
The <embed> tag supports the Global Attributes in HTML.
The <embed> tag supports the Event Attributes in HTML.
embed:focus { outline: none; }
A demo showing how to use <embed> tag.
<html>
<body>
<object width="560" height="349"
data="http://www.youtube.com/v/a2_6bGNZ7bA"
type="application/x-shockwave-flash">
<param name="allowFullScreen" value="true"/>
</object>
</body>
</html>