以下有幾種方式可以嵌入音樂在網頁中(已測試可在Chrome, Firefox, Safari下正常執行)

使用embed 或 object

<embed height="50px" width="100px" src="song.mp3" />
<object height="50px" width="100px" data="song.mp3" ></object>

注意事項: