Q. How to embed audio files in HTML?

  • (A) <embed src = “audio.mp3” width = “50” height = “10”>
  • (B) <embed sound = “audio.mp3” width = “50” height = “10”>
  • (C) <embed audio = “audio.mp3” width = “50” height = “10”>
  • (D) <embed music = “audio.mp3” width = “50” height = “10”>
πŸ’¬ Discuss
βœ… 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.
Explanation by: Tanmay
The tag <embed> defines a container for an external application or interactive content.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
251
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Tanmay
Publisher
πŸ“ˆ
99%
Success Rate