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.



W3Schools Certification

W3Schools' Online Certification

The perfect solution for professionals who need to balance work, family, and career building.

More than 10 000 certificates already issued!

Get Your Certificate »

The HTML Certificate documents your knowledge of HTML.

The CSS Certificate documents your knowledge of advanced CSS.

The JavaScript Certificate documents your knowledge of JavaScript and HTML DOM.

The jQuery Certificate documents your knowledge of jQuery.

The XML Certificate documents your knowledge of XML, XML DOM and XSLT.

The ASP Certificate documents your knowledge of ASP, SQL, and ADO.

The PHP Certificate documents your knowledge of PHP and SQL (MySQL).

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
Download XML Editor
FREE Website BUILDER
Free Website Templates Free CSS Templates
Create a 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