Files
lpmj6/27/01.html
T
RobinNixon 0335342e00 First Draft
First Draft of the Example Files
2020-12-10 13:21:38 +00:00

14 lines
289 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Playing Audio</title>
</head>
<body><br><pre>
<audio controls>
<source src='audio.m4a' type='audio/aac'>
<source src='audio.mp3' type='audio/mp3'>
<source src='audio.ogg' type='audio/ogg'>
</audio>
</body>
</html>