Issue
How to use the disabled
attribute for a tag in HTML
I have tried this
<a href="#" disabled>
My Link
</a>
Solution
There is no disabled
attribute for <a>
tag. Look here
Answered By - Kas Elvirov
How to use the disabled
attribute for a tag in HTML
I have tried this
<a href="#" disabled>
My Link
</a>
There is no disabled
attribute for <a>
tag. Look here
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.