How to use source tag


<source>

All Tags not showing in online page, but show on view source.

<audio controls>
  <source src="img/hello.mp3" type="audio/mpeg">
  Your browser does not support the audio tag.
</audio>

Code show like this:

Browser Support

The <source> tag is not supported in supported in Internet Explorer 8 and earlier versions.

What is source tag

The source tag used to specify multiple media resources for media elements, such as video and audio.

HTML5

source tag is new in html5.

Leave a Reply

Your email address will not be published. Required fields are marked *