audio

定義

  • Defines sound content
  • 是 Media Element

Before HTML5, audio files could only be played in a browser with a plug-in (like flash).

The HTML5

瀏覽器支援度

In HTML5, there are 3 supported audio formats: MP3, Wav, and Ogg.

Browser MP3 Wav Ogg
Internet Explorer YES NO NO
Chrome YES YES YES
Firefox YES YES YES
Safari YES YES NO
Opera YES YES YES

範例

html audio

<audio controls>
  <source src="horse.ogg" type="audio/ogg">
  <source src="horse.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>

資料來源

http://www.w3schools.com/html/html5_audio.asp http://www.w3schools.com/jsref/dom_obj_audio.asp

results matching ""

    No results matching ""