W3Schools.com

HTML5 <audio> Tag

Example

Play a sound:

<audio controls="controls">
  <source src="song.ogg" type="audio/ogg" />
  <source src="song.mp3" type="audio/mp3" />
  Your browser does not support the audio tag.
</audio>

Try it yourself »

Browser Support

Internet Explorer Firefox Opera Google Chrome Safari

The <audio> tag is supported in all major browsers.


Definition and Usage

The <audio> tag defines sound, such as music or other audio streams.


Differences Between HTML 4.01 and HTML5

The <audio> tag is new in HTML5.


Tips and Notes

Tip: Any text inside the between <audio> and </audio> will be displayed in browsers that do not support audio.


Attributes

New : New in HTML5.

Attribute Value Description
autoplayNew autoplay Specifies that the audio will start playing as soon as it is ready
controlsNew controls Specifies that audio controls should be displayed (such as a play/pause button etc).
loopNew loop Specifies that the audio will start over again, every time it is finished
preloadNew auto
metadata
none
Specifies if and how the author thinks the audio should be loaded when the page loads
srcNew URL Specifies the URL of the audio file

Global Attributes

The <audio> tag also supports the Global Attributes in HTML5.


Event Attributes

The <audio> tag also supports the Event Attributes in HTML5.


WEB HOSTING
Best Web Hosting
PHP MySQL Hosting
Best Hosting Coupons
UK Reseller Hosting
Cloud Hosting
Top Web Hosting
$7.95/mo SEO Hosting
Premium Website Design
WEB BUILDING
XML Editor - Free Trial!
FREE Website BUILDER
Free Website Templates Free CSS Templates
Make Your Own Website
W3SCHOOLS EXAMS
Get Certified in:
HTML, CSS, JavaScript, XML, PHP, and ASP
W3SCHOOLS BOOKS
New Books:
HTML, CSS
JavaScript, and Ajax
STATISTICS
Browser Statistics
Browser OS
Browser Display
SHARE THIS PAGE