DEV Community

Cover image for HTML Tip #01: Avoid Blank Links
2
2

Posted on

HTML Tip #01: Avoid Blank Links

Users with sight may see an icon, but users without sight hears the link path and some mumbo-jumbo parameters.

Example from Mazerance

2 solutions: add a visually-hidden text; or use an ARIA label.


Read all tips

Top comments (0)