how to set the title for a link in html
I want to set new title for a link in html
Normal way to set title i simply insert the title inside <a> tag.
But i want to hide the title that is inside the <a> tag. and set a new
title for link. I do not want to modify innerHTML the <a> tag. But i just
want to put an attribute which will hide the current innerHTML and put its
attribute name instead.
I am currently using title attribute for the same, But it is making no
sense for my purpose. Is there any attribute available, to achieve my
objective?
No comments:
Post a Comment