si usa il tag a. Perchè usare un button? Il button è legato ai form.
Vuoi un finto bottone:
on no problem,
crei nomalmente il tuo link, e crei il bottone con i css:

codice:
Testo link
e come css:

codice:
a .button{display:block; width:80px; border:1px solid #999; background:#ccc;}
a:hover .button{border:#666; background:#999;color:#ccc;}
eccoti il tuo pulsante.