Rajesh Kumar Barikrajeshkbarik.hashnode.devยทJul 28, 2023Audio Tag And Video TagAudio 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...iwritecodeAdd a thoughtful commentNo comments yetBe the first to start the conversation.