HTML for Beginner Tutorial#28 -Audio-Preload,Muted,Autoload and Loop Attributes<br /><br /><br />In this Tutorial we are going to talk about the following attributes of AUDIO Element:<br /><br />Notes:<br /><br />Controls:<br /> audio controls should be displayed as playback /pause<br /><br />Autoplay:<br /> determines that the audio will start automatically as soon as we load the page.<br /><br />Muted:<br /> used to specify that the output should be muted.<br /><br />Loop:<br /> used to specifies that audio will start over again every time it is finished<br /><br />