Q. How to embed audio files in HTML?
β
Correct Answer: (A)
<embed src = “audio.mp3” width = “50” height = “10”>
Explanation: The tag <embed> defines a container for an external application or interactive content.