Is it okay to use an anchor tag without including the href
attribute, and instead using a JavaScript click event handler? So I would omit the href
completely, not even have it empty (href=""
).
Is it okay to use an anchor tag without including the href
attribute, and instead using a JavaScript click event handler? So I would omit the href
completely, not even have it empty (href=""
).