I have a really simple question.
In HTML links (a href), can I use title and alt? Or only Title?
I know for images title and alt can be used at the same time. But what about links as I have mentioned?
Thank you.
Trying to get an answer to a simple question.
Example:
<a href="#" title="demo" alt="demo">test</a>
I have searched online but couldn't find a definitive answer.