0
when we write audio or video tags ,what does this means - video /audio is not supported by your browser ?? why this sentence exist ??
8 Answers
+ 4
Oh. What you write inside the tag is what the browser will display if it cannot play the media, because some people still run older browsers that don't support it yet.
+ 1
That text will display if and only if the browser can't play the linked video
0
plz help for above Q.
0
It means exactly what it says: your web browser does not support video or audio. Also, it could be that features are disabled in your browser settings.
0
in understood what is saying ..I was asking why we are writing it at the time of coding .. this should display to the user if that specific audio,video is supported for his browser ,isn't it ?? ..
0
ya .. I also assume the same ... thanx for replay ..
0
no problem
0
the text between <audio> and </audio> will get displayed if browser will not support the format. It is for notifying the user which we as a coder are providing.