Is it correct to use alt tag for an anchor link?

Such things are best answered by looking at the official specification: go to the specification: https://www.w3.org/TR/html5/ search for “a element”: https://www.w3.org/TR/html5/text-level-semantics.html#the-a-element check “Content attributes”, which lists all allowed attributes for the a element: Global attributes href target download rel hreflang type check the linked “Global attributes”: https://www.w3.org/TR/html5/dom.html#global-attributes As you will see, the alt attribute is … Read more