Computer Science, asked by surabhi77, 1 year ago

which tag is used to play audio file without control on web page

Answers

Answered by riddhim99
0
audio tag defines such as music or other audio streams

riddhim99: please click brainiest
Answered by AdiN05517
0
Hi friend!

<marquee direction="right" behavior="alternate"><big><big><b>Answer:</b></big></big></marquee>

The <audio> tag defines sound, such as music or other audio streams.
Currently, there are 3 supported file formats for the <audio> element: MP3, WAV, and OGG.
To insert audio file in an HTML file is possible only with HTML5
Now, the tag:

<audio controls>
<source src="path" type="audio/{the audio type, eg: mp3, etc.}">
<source src="path" type="audio/{the audio type, eg: ogg, etc.}">
Your browser does not support the audio tag
</audio>

The "Your browser... tag" is executed or displayed if there is an error in playing the audio file(s). You can insert multiple audio files using the above format.

Hope you found my answer helpful. Keep Smiling!

surabhi77: I want the answer
AdiN05517: it is there!
AdiN05517: the tag is also there
surabhi77: which tag
AdiN05517: audio tag. it is what you asked
AdiN05517: here's the edited answer
Similar questions