HTML: tag <bgsound>
Descrizione
Il tag HTML <bgsound> viene utilizzato per riprodurre una colonna sonora in sottofondo. Questo tag è solo per Internet Explorer.
Esempio
<!DOCTYPE html>
<html>
<head>
<title>HTML bgsound Tag</title>
</head>
<body>
<bgsound src = "/html/yourfile.mdi"/>
<p>This does create any result on the screen but it plays sound file
in the background.</p>
</body>
</html>
Questo produrrà il seguente risultato:
Attributi specifici
Il tag HTML <bgsound> supporta anche i seguenti attributi aggiuntivi:
Attributo | Valore | Descrizione |
---|---|---|
ciclo continuo | numero | Consente di riprodurre una colonna sonora di sottofondo un certo numero di volte. |
src | URL | Specifica il percorso del file audio. |
Supporto browser
Cromo | Firefox | IE | musica lirica | Safari | Android |
---|---|---|---|---|---|
No | No | sì | No | No | No |