i have a lot of html tags without href for making onclick javascript calls. but these links do not have a pointer style of cursor. they only have text style cursor.
how to set cursor style to pointer for links without hrefs?
i know i can add href="#", but i have this in a lot of places in the html document and would like to know how to make cursor style pointer for links without href.