0
How do I use audio in html ??
https://code.sololearn.com/WcaspvPMgstn/?ref=app This code doesnt works in sololearn.
2 Respostas
+ 4
Hey, first of all, you placed the h1 tag in the head. That's a wrong place to place the tag.
Plus you are supposed to use cdn to display an image, place audio or even play video. In other words, any file that requires you to link.
The file must be on an active server if you want to display it or play it on sololearn or any website not saved on your PC or phone.
To help you understand, here is a code I've just made.
https://code.sololearn.com/Wlh78RDbKFIc/?ref=app
0
What that cdn thing ??