Audio HTML5 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 11

Audio HTML5

Why the element "audio" have an atribute "controls"?

2nd Apr 2019, 6:00 PM
Lakshmana Guillén
Lakshmana Guillén - avatar
12 Answers
+ 22
To dispay controls for volume, and play-stop, without controls users are not able to pause audio for example.
2nd Apr 2019, 8:50 PM
PanicS
PanicS - avatar
+ 6
To allow the user to control ;)
3rd Apr 2019, 6:53 AM
David O. Capo Chichi
David O. Capo Chichi - avatar
+ 4
Thanks :D
3rd Apr 2019, 11:03 PM
Lakshmana Guillén
Lakshmana Guillén - avatar
+ 4
If you did not use the control means if you need to pause or something it is not in our control
15th Apr 2019, 6:13 PM
Rooba N
Rooba N - avatar
+ 4
To display control options for user
30th May 2020, 11:45 AM
Mohammad Hadi Radi
Mohammad Hadi Radi - avatar
+ 3
allow the user to control the audio 👈
10th Dec 2019, 5:07 AM
Anika Srivastava
Anika Srivastava - avatar
+ 2
To control the volume auto play ... Etc
3rd Apr 2019, 10:51 PM
Hamza Hesham
Hamza Hesham - avatar
+ 1
https://www.sololearn.com/learn/HTML/2193/ This module teaches why audio has controls
1st Nov 2020, 8:45 PM
BrokenStar [INACTIVE]
BrokenStar [INACTIVE] - avatar
+ 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 🙏
29th Jun 2021, 8:33 AM
Famous Dml
Famous Dml - avatar
0
<audio> <source src
10th Dec 2019, 5:19 PM
Ham Miskaryan
Ham Miskaryan - avatar
0
To show controls for volume, and play-stop
25th Dec 2019, 4:01 AM
Charles Addison
Charles Addison - avatar
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
14th Aug 2022, 11:31 AM
Allen Jester O Garalde
Allen Jester O Garalde - avatar