I use jQuery, I need to make some anchor tags perform no action.
I usually write it like this:
link
H
There are so many ways to do it like
Dont add and href attribute
href
Test
You can add onclick event instead of href like
Or you can add void function like this which would be the best way