The selected audio file should be dragged to the ___ section to apply background music.
Answers
Answered by
0
Answer:You can add HTML background music code to your website by using the <audio> element, but omitting the controls attribute.
The controls attribute specifies that there should be controls (such as a "Play" button, "Pause" button etc) so by removing this attribute, no controls will be displayed.
Attributes for the <audio> Element
The <audio> element supports a number of attributes - both global and local. To see a list of these, along with a description, visit the HTML5 <audio> tag page.
Explanation:Follow me
Similar questions