What application will show my codes output very well both media ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What application will show my codes output very well both media ?

9th May 2020, 7:26 PM
Achonu Bonaventure chibike
Achonu Bonaventure  chibike - avatar
1 Answer
+ 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>
12th May 2020, 11:38 AM
Mangaliso
Mangaliso - avatar