What is the purpose of the preload attribute in an <audio> tag?
<audio controls preload="auto">
<source src="audio.mp3" type="audio/mp3">
</audio>
What is the purpose of the preload attribute in an <audio> tag?
<audio controls preload="auto">
<source src="audio.mp3" type="audio/mp3">
</audio>