+ 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>
4 ответов
+ 11
use Dropbox for correct URL
similar post available, use search bar before posting ur question
check these resources,
https://www.sololearn.com/discuss/2051583/?ref=app
https://www.sololearn.com/discuss/2303890/?ref=app
https://www.sololearn.com/discuss/1091835/?ref=app
https://www.sololearn.com/discuss/2084638/?ref=app
https://www.sololearn.com/discuss/1325165/?ref=app
https://www.sololearn.com/discuss/2074453/?ref=app
https://code.sololearn.com/Wy3lrXNwGsgJ/?ref=app
+ 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(" ");
+ 3
AKR am i placed tags correctly anything wrong in them