+ 2
Question:The text in between audio tag is Answer: for not supported browsers
According to me the answer should have been for supporting multiple audio types. I'm not able to understand the answer help me please
6 Respostas
+ 4
Learn more here:
https://www.w3schools.com/html/html5_audio.asp
+ 4
For not supporting browsers
+ 2
The text between the <audio> & </audio> tags will only be displayed in browsers that do not support the <audio> element.
For multiple audio types, use source tag, and the recognised audio will be played otherwise it displays text..
+ 1
audio is a relatively new tag and not all browsers support this either yet or in general (e.g. pure text browsers obviously don't). As a fallback for those browsers you can specify what's to be displayed alternatively.
0
for not supported browsers
- 2
print(float(input("Enter a number: ")) + float(input("Enter another number: ")))
i don't understand this program