- 1
Why my image is not showing
<img src=""alt="">
16 odpowiedzi
+ 3
Abhishek Giri
yeah see this👇👇👇👇
copy my link
https://code.sololearn.com/WKkVkO1baVzQ/?ref=app
+ 2
Cause the attributes are blank. You need to provide the specific file name.
+ 2
put the link of image in src
+ 1
Hi, the code is nicely but u have to put the src adress…
Mean , if ur png or jpeg is on ur computer u have to write like this:
<img src=”/images/123.png” alt=”my pic”>
But this if u have u pic in the same folder where u put u html files!
And if the pic is from another part as a link, you have to do what others have told you, bring the link.
0
Ok I am sending the src
0
This is src
0
Pls send the code of img using this scr
0
You didn't have to send us the source. Just put it in between the quotation marks of the src tag
0
Abhishek Giri
your src file type is missing it should be .png/.jpg
0
Abhishek Giri
wait let me do something
0
right click and cooy image address
0
My name is abhishek and it is my second account
0
Your source path is blank please enter some source you want to show image 🙏
0
Enter the source of the image you want to display in the src attribute
0
It's <img src="Url">
And if your offline than the image should be on same folder