0
Cant do images in html
Keep in mind this is in notepss++ on my pc https://code.sololearn.com/WGkN4icdU6sw/?ref=app
11 RĂ©ponses
+ 1
Double check the file path.
+ 2
Reza Aghajani he knows that (see comment in the HTML)
+ 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
0
Your img tag isnât closed. Maybe thatâs the problem?
0
Didnt work any other ideas
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.
0
Thanks but still not it
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.
0
I have the html file in the file path thats the issue
0
Below is the correct tag to write image tag:
<html>
<body>
<img scr="your image.jpg">
</body>
</html>