Example
<!DOCTYPE html>
<html>
<head>
<title>Scholars HTML audio Tag Examples</title>
</head>
<body>
<p>Click to play...</p>
<p>(Song: Merila is just a simple audio file)</p>
<audio controls>
<source src="/html/Merila.mp3" type="audio/mpeg">
</audio>
</body>
</html>
No comments:
Post a comment