+ 1
What is the use of Audio element not supported by your browser in this code??
<audio src="http://www.sololearn.com/uploads/audio.mp3" controls> Audio element not supported by your browser </audio>
3 Réponses
+ 1
The text between the <audio> and </audio> tags will only be displayed in browsers that do not support the <audio> element .
If the source audio is not supported , then the message will be displayed in the place of tha audio element .
+ 1
Sometimes we have to say 'audio doesn't support' because in some browsers like IE. or the people didn't update their browser for years. well, you can decide to remove the 'Audio element not supported by your browser' from audio tag. it will still work as normal.
+ 1
Hey , Rudra. Sai Chandra Prakash this will help you better.
HAPPY CODING!!
https://www.sololearn.com/learn/HTML/2193/