HTML: tag <noembed>
Descrizione
Il tag HTML <noembed> viene utilizzato per gestire i browser che non supportano il tag <embed>. Il tag <noembed> semplifica la fornitura di contenuti alternativi che dicono agli utenti cosa stanno perdendo.
Esempio
<!DOCTYPE html>
<html>
<head>
<title>HTML noembed Tag</title>
</head>
<body>
<embed src = "/html/yourfile.swf" width = "200" height = "200" >
<noembed><img src = "yourimage.gif" alt = "Alternative Media" ></noembed>
</embed>
</body>
</html>
Il messaggio all'interno del tag <noembed> apparirà solo quando il tuo browser non supporta il tag <embed>. Quindi, in base al tuo browser, verrà visualizzato il seguente risultato:
Supporto browser
Cromo | Firefox | IE | musica lirica | Safari | Android |
---|---|---|---|---|---|
sì | sì | sì | sì | sì | sì |