Computer Science, asked by prabhakarpandit1216, 2 days ago

if the browser does not support audio and video files we have used, what will be displayed in the webpage in place of audio and video files?
CH:- HTML​

Answers

Answered by anshmuchandi
1

Answer: Type is used to inform the browser of the file type. If omitted, most browsers will attempt to guess this from the file extension. If the <audio> element is not supported then <audio> and <source> will be ignored. However any supported text or elements that you define within <audio> will be displayed or acted upon.

Please mark me as brainliest if you found my answer helpful :-)

Similar questions