I uploaded both image and song and then copied url and pasted here in audio tag and background image im not getting any output . | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 6

I uploaded both image and song and then copied url and pasted here in audio tag and background image im not getting any output .

<!doctype HTML> <html> <body> <audio autoplay="true" src="https://drive.google.com/file/d/1_XUXY-ZJGcvOFaU1J7J3h5dzq0uwKQCL/view?usp=drivesdk"> <div style="background-image:url("https://drive.google.com/file/d/10SD82h8Iy9yT-X6XovlOXiPbkvahhLER/view?usp=drivesdk"> </body> </html>

9th Jun 2020, 12:55 AM
Varun N
Varun N - avatar
4 Antworten
+ 11
Ur URL are not correct for audio: <audio controls> <source src="audio.mp3" type="audio/mpeg"> <source src="audio.ogg" type="audio/ogg"> </audio> for background IMG: in css, background-img:url(" ");
9th Jun 2020, 2:24 AM
ÃKR
ÃKR - avatar
+ 3
AKR am i placed tags correctly anything wrong in them
9th Jun 2020, 2:21 AM
Varun N
Varun N - avatar
21st Jul 2020, 3:12 AM
shubham kumar
shubham kumar - avatar