is it possible to load an image locally on the google chrome console? I tried but it obviously doesn't work ??
<img src="img/photo.jpg" alt="picture" width="300" height="300">
Do have you an idea please?
is it possible to load an image locally on the google chrome console? I tried but it obviously doesn't work ??
<img src="img/photo.jpg" alt="picture" width="300" height="300">
Do have you an idea please?
As much I know, you can't because the website is fetching the from the server, not from your local drive. If you try to open the image file you will get domain.extention/path/image-name
So I think you can't do it
You need put your code in html.file to see the image, in browser you just can see the DOM https://www.w3schools.com/js/js_htmldom.asp