10.
How can an audio file be added to an HTML page?
By using the <play> tag
By using the <music> tag
By using the <sound> tag
By using the <audio> tag
Correct: D
The <audio> tag is used to embed audio content in an HTML page. It allows you to specify the source file, control playback options, and provide fallback content for browsers that do not support audio playback.