Computer Science, asked by krishnapriyanalla08, 2 months ago

play twinkle twinkle star rhyme audio using audio tag on html

Answers

Answered by robinphili24
0

Answer:

Ok should be easy.

Explanation:

<!DOCTYPE html>

<html>

<body>

<audio controls>

 <source src="twinkle.mp4" type="audio/mpeg">

</audio>

</body>

</html>

Similar questions