0
Can I use the img in a renamed image ?
I have got confused
5 Réponses
0
What language are you talking about?
0
html
0
The computer uses image to which leads the path you've written in src attribute. If you rename the image, it's path will change too and the earlier one just won't work because your computer won't be able to find such file. Shortened, you rename the image -> it's path is changing too -> there is no image in the previous path -> no image will be loaded.
To conclude, the answer is no. You have to rewrite the src attribute in your code if you want to rename an image.
0
okkay
0
thanks