Audio Tag And Video Tag
Audio Tag
The <audio> tag specifies a standard way to insert an audio file into a web page. It can be used in any format like mp3,ogg,wav, etc
Syntax:
<audio>
<source src=" sample.mp3" type="audio"/>
</audio>
Attributes:
Controls: Defines what contr...
rajeshkbarik.hashnode.dev2 min read