Cant do images in html | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Cant do images in html

Keep in mind this is in notepss++ on my pc https://code.sololearn.com/WGkN4icdU6sw/?ref=app

4th Mar 2019, 8:59 PM
Elliot Alderson
11 Answers
+ 1
Double check the file path.
4th Mar 2019, 9:23 PM
Russ
Russ - avatar
+ 2
Reza Aghajani he knows that (see comment in the HTML)
4th Mar 2019, 9:24 PM
Russ
Russ - avatar
+ 1
Elliot Alderson that image path will definitely won't work because it is not online image In will work in your desktop only because of that path Just url your image to be displayed online
5th Mar 2019, 2:13 AM
Yash🏁🔘
Yash🏁🔘 - avatar
5th Mar 2019, 2:15 AM
Yash🏁🔘
Yash🏁🔘 - avatar
0
Your img tag isn’t closed. Maybe that’s the problem?
4th Mar 2019, 9:04 PM
Russ
Russ - avatar
0
Didnt work any other ideas
4th Mar 2019, 9:13 PM
Elliot Alderson
0
ey man Elliot, you put that codes on the wrong place, codes that you put on the head tag not shown on the browser you should put them on the body tag.
4th Mar 2019, 9:15 PM
Reza Aghajani
Reza Aghajani - avatar
0
Thanks but still not it
4th Mar 2019, 9:18 PM
Elliot Alderson
0
you cant use your local address on the web first of all upload the image then use uploaded image link to using on the web.
4th Mar 2019, 9:20 PM
Reza Aghajani
Reza Aghajani - avatar
0
I have the html file in the file path thats the issue
4th Mar 2019, 10:37 PM
Elliot Alderson
0
Below is the correct tag to write image tag: <html> <body> <img scr="your image.jpg"> </body> </html>
26th Nov 2020, 8:43 AM
Ansari Anas
Ansari Anas - avatar