<embed>

Description

This element loads sound files or other file types not supported by the browser, such as Flash movies.

Example


<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><!--   www  .  ja v a 2  s .  c  om-->
</html>

Click to view the demo

The code above generates the following result.

embed




















Home »
  HTML CSS »
    HTML CSS Reference »




HTML Tag Reference
CSS Reference
CSS Selector Reference
Encoding Reference