Why my image is not showing | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

Why my image is not showing

<img src=""alt="">

10th Jun 2022, 1:18 AM
Abhishek Giri
16 Answers
+ 3
Abhishek Giri yeah see this👇👇👇👇 copy my link https://code.sololearn.com/WKkVkO1baVzQ/?ref=app
10th Jun 2022, 1:58 AM
NonStop CODING
NonStop CODING - avatar
+ 2
Cause the attributes are blank. You need to provide the specific file name.
10th Jun 2022, 1:20 AM
Justice
Justice - avatar
+ 2
put the link of image in src
10th Jun 2022, 1:21 AM
NonStop CODING
NonStop CODING - avatar
+ 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.
11th Jun 2022, 10:36 AM
Lamine Songne
Lamine Songne - avatar
0
Ok I am sending the src
10th Jun 2022, 1:22 AM
Abhishek Giri
0
This is src
10th Jun 2022, 1:25 AM
Abhishek Giri
0
Pls send the code of img using this scr
10th Jun 2022, 1:25 AM
Abhishek Giri
0
You didn't have to send us the source. Just put it in between the quotation marks of the src tag
10th Jun 2022, 1:25 AM
Justice
Justice - avatar
0
Abhishek Giri your src file type is missing it should be .png/.jpg
10th Jun 2022, 1:26 AM
NonStop CODING
NonStop CODING - avatar
0
Abhishek Giri wait let me do something
10th Jun 2022, 1:29 AM
NonStop CODING
NonStop CODING - avatar
0
right click and cooy image address
10th Jun 2022, 1:30 AM
Junior
Junior - avatar
0
My name is abhishek and it is my second account
10th Jun 2022, 3:27 PM
Experimental studio
0
Your source path is blank please enter some source you want to show image 🙏
10th Jun 2022, 4:03 PM
Y U V R A J 💻
Y U V R A J 💻 - avatar
0
Enter the source of the image you want to display in the src attribute
10th Jun 2022, 9:21 PM
confused programmer
confused programmer - avatar
0
It's <img src="Url"> And if your offline than the image should be on same folder
11th Jun 2022, 1:15 PM
heaker Gamer