'embed' Example : embed « Meta Tags « HTML / CSS






'embed' Example

    

<html>
<head>
<title>embed element example</title>
</head>
<body>
<EMBED SRC="fakemovie.mov", WIDTH=150, HEIGHT=250 CONTROLS=TRUE>
</body>
</html>
    
      
      








Related examples in the same category