I assume what you are asking is if you can place a link to an image inside the ALT attribute, something like this:
img src="./some_image.jpg" alt="./some_other_image.jpg"
And the answer to that is no, the alt tag will not display the image, it will display the path as text.
"The one language all programmers understand is profanity."
|