音訊
HTML5 提供了一種在網頁上嵌入音訊檔案的新標準。
你可以使用 <audio>
元素將音訊檔案嵌入到頁面中:
<audio controls>
<source src="file.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
HTML5 提供了一種在網頁上嵌入音訊檔案的新標準。
你可以使用 <audio>
元素將音訊檔案嵌入到頁面中:
<audio controls>
<source src="file.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>