+ 1
Why My Audio or Images are not supporting in my code?
I'm trying to add an audio clip and a pic in my code but it is not working . It is showing when I'm inserting a url for image but when I'm opening it after saving it is not working.
7 Respuestas
+ 7
Try it
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<audio controls>
<source src="https://mobcup.net/d/x59v5a9t/mp3" type="audio/mpeg">
</audio>
</body>
</html>
+ 3
Make sure you've specified the src attribute of the image file well. Also make sure your image is in the same folder as your html document for simplicity.
+ 3
Attached your code link in description.. Then only we can find mistakes.
+ 3
Shivam Singh Yadav your url link is wrong.. download audio file and upload to cloud then paste that link.. url link ends with .mp3 these type links play without errors
0
Plz have a look at it
0
Thanks bro for ur suggestion