+ 2
What application will show my codes output very well both media ?
2 Respostas
+ 1
@Achonu,
If you're writing it on a text editor like VS Code you might need to write it in full like this:
<html>
<head>
<title>Audio Test</title>
</head>
<body>
<audio controls>
<source src="http://www.sololearn.com/uploads/audio.mp3" type="audio/mpeg">
<source src="http://www.sololearn.com/uploads/audio.ogg" type="audio/ogg">
</audio>
</body>
</html>