The accessibility tag has no wiki summary.
0
votes
0answers
14 views
How do I change the title link generated code to improve accessibility?
When you fill up the title input link
WordPress will generate a code like this:
<a href="http://google.com" title="Testing it"></a>
However, this seems to be a bad practice ...