What Should Be Avoided
HTML/CSS
<audio autoplay> <source src="ad.mp3" type="audio/mpeg"> Your browser does not support the audio element. </audio>
Explanation:Without controls to pause or stop the audio, users cannot manage the playback, which can interfere with their browsing experience and assistive technologies. Moreover, the audio starts playing instantly, significantly interrupting the screen reader and causing confusion for users trying to perceive the purpose of the pause/play button.