व्हाट इज द मास ऑफ सोडियम एसिटेट रिक्वायर्ड टू मेक 200 मिलीलीटर ऑफ 0.245 मॉलेक्युलर सीव सलूशन
Answers
Answered by
45
Explanation:
<!DOCTYPE html>
<html>
<body>
<h1>The audio element</h1>
<p>Click on the play button to play a sound:</p>
<audio controls>
<source src="horse.ogg" type="audio/ogg">
<source src="horse.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
</body>
</html>
Similar questions