9.
What attribute controls whether an audio file should automatically start playing when the page loads?
start
play
autostart
autoplay
Correct: D
The autoplay attribute is used to determine if an audio file should start playing automatically when the web page loads. By setting autoplay to true, the audio file will begin playing without needing any user interaction.