SyntaxFix
Write A Post
Hire A Developer
Questions
My preferred method has the advantage of no JavaScript embedded in your markup:
CSS
a { color: inherit; text-decoration: none; }
HTML
<a href="http://example.com" target="_blank"><input type="button" value="Link-button"></a>