W3Schools.com

HTML5 <source> type Attribute

HTML5 source Tag Reference HTML5 <source> tag

Example

Use of the type attribute:

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

Try it yourself »

Browser Support

Internet Explorer Firefox Opera Google Chrome Safari

The type attribute is supported in all major browsers.

Note: Internet Explorer 8 and earlier versions, do not support the <source> tag.


Definition and Usage

The type attribute specifies the MIME type of the media resource.


Differences Between HTML 4.01 and HTML5

The <source> tag is new in HTML5.


Syntax

<source type="MIME_type">

Attribute Values

Value Description
MIME_type Specifies the MIME type of the media resource.

Common MIME types:
For video:
  • video/ogg
  • video/mp4
  • video/webm
For audio:
  • audio/ogg
  • audio/mpeg
Look at IANA MIME types for a complete list of standard MIME types


HTML5 source Tag Reference HTML5 <source> tag
WEB HOSTING
Best Web Hosting
PHP MySQL Hosting
Best Hosting Coupons
UK Reseller Hosting
Cloud Hosting
Top Web Hosting
$3.98 Unlimited Hosting
Premium Website Design
WEB BUILDING
XML Editor - Free Trial!
FREE Website BUILDER
Best Website Templates Top CSS Templates
CREATE HTML Websites
EASY WEBSITE BUILDER
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