Audio Element

<audio> </audio>

Attributes: (optional)

  • src
  • type
  • autoplay
  • controls
  • loop
  • preload: none, metadata, auto
  • title

Source Element

<source>

self-contained, void --> specifies media file or MIME type

  • MP3 File: type="audio/mpeg"
  • Vorbis Codec: type="audio/ogg"

Example

with controller for audio file

<audio controls="controls">
        <source src="musicfile.mp3" type="audio/mpeg">
        <source src="musicfile.ogg" type="audio/ogg">
        <a href="musicfile.mp3">Download this file</a>(.MP3)
</audio>

Controller for Audio File:

See the Pen by kaatje (@kaatje) on CodePen.

Converting Audio file to OGG Vorbis Codec:

http://audacity.sourceforge.net

Free web converter: http://www.archive.org

results matching ""

    No results matching ""