bgsound は BackGround SOUND の略です。Internet Explorer 独自の機能で、ページが開かれた際にバックグランドに音楽(BGM)を再生します。
<bgsound> はHTMLの標準には採用されていません。代わりに <audio> を使用してください。
<html> <head> <title>タイトル</title> <bgsound loop="infinite" src="sound/xxx.mid"> </head> <body> :