This code gives errors in the W3 Validator, however it does the job on click.
<span href="#" class="click">+</span>
If I convert it to the code below it validates in the W3 but on click the pointer moves up, on the screen. It does not stay on the "+"
<a href="#" class="click">+</a>
What is wrong with it?