+ 11
Audio HTML5
Why the element "audio" have an atribute "controls"?
12 Respostas
+ 22
To dispay controls for volume, and play-stop, without controls users are not able to pause audio for example.
+ 6
To allow the user to control ;)
+ 4
Thanks :D
+ 4
If you did not use the control means if you need to pause or something it is not in our control
+ 4
To display control options for user
+ 3
allow the user to control the audio đ
+ 2
To control the volume auto play ... Etc
+ 1
https://www.sololearn.com/learn/HTML/2193/
This module teaches why audio has controls
+ 1
Any pro here pls can you help me with the out put of this code
For audio element;
<source src=âaudio.mp3â type=âaudio/mpegâ>
<source src=âaudio.oggâ type=audio/oggâ>
Please i just want to know the output đ
0
<audio>
<source src
0
To show controls for volume, and play-stop
0
Autoplay controls always have to come together for the audio to play
The controls is boolean if im not mistaken its not an atribute booleans can go for themselves without (="")this inside the parenthesis controls on audio or video tag gives your media file a scalable control for fast forward mute speed up or slow down of the midia inserted by the source
And i think thats it goodluck myguy