Embed Audio in webpage:-
The controls attribute adds audio controls, like play, pause, and volume.
The <source> element allows you to specify alternative audio files which the browser may choose from. The browser will use the first recognized format.
The text between the <audio> and </audio> tags will only be displayed in browsers that do not support the <audio> element.
Using Tags:-
-
Audio tag
-
Source tag
Code:-
Input and Output:-
With controls:-
1 thought on “Embed Audio and Video into your web page”