Given the following code, what is the purpose of the preload attribute?
<audio controls preload="auto">
<source src="audio.mp3" type="audio/mp3">
</audio>
Given the following code, what is the purpose of the preload attribute?
<audio controls preload="auto">
<source src="audio.mp3" type="audio/mp3">
</audio>