syntax of audio control
Answers
Answered by
1
Answer:
The controls attribute is a boolean attribute.
When present, it specifies that audio controls should be displayed.
Audio controls should include:
Play
Pause
Seeking
Volume
Answered by
0
Answer:
<html>
<head><tittle>Sample Program</head></tittle>
<body>
<audio controls>
<source src = "______" type = "audio/mp3">
</audio>
</body>
</html>
Explanation:
The syntax for using audio control has been mentioned above...kindly refer:)
Similar questions