HTML/CSS/Object Attributes/type embed

Материал из Web эксперт
Перейти к: навигация, поиск

"type" specifies the MIME content type of the embed object

   <source lang="html4strict">
   

<HTML> <BODY> <embed type="application/x-shockwave-flash"></embed> </BODY> </HTML>

     </source>