-3

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.

gfo95
  • 37
  • 5

2 Answers2

-1

some browser will not support your image or link or title that is why we always use alt. alt is alternative text which shuld be shown when an image or link is not supported by browser

-1

some browser will not support your image.link is not supported by browser

  • As it’s currently written, your answer is unclear. Please [edit] to add additional details that will help others understand how this addresses the question asked. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Feb 03 '23 at 11:58