HTML                
            Bädda in
        
        
            
    Sök…
parametrar
| parametrar | detaljer | 
|---|---|
 src  |  Resursens adress | 
 type  |  Typ av inbäddad resurs | 
 width  |  Horisontell dimension | 
 height  |  Vertikal dimension | 
Grundläggande användning
 embed taggen är ny i HTML5. Detta element tillhandahåller en integrationspunkt för en extern (typiskt icke-HTML) applikation eller interaktivt innehåll. 
 <embed src="myflash.swf"> 
Definiera MIME-typen
 Den MIME typ måste definieras med hjälp av type attribut. 
 <embed type="video/mp4" src="video.mp4" width="640" height="480"> 
Modified text is an extract of the original Stack Overflow Documentation
        Licensierat under CC BY-SA 3.0
        Inte anslutet till Stack Overflow