<form>
<input style="width: 200px; padding: 10px; cursor: pointer;
box-shadow: 6px 6px 5px #999; -webkit-box-shadow: 6px 6px 5px #999;
-moz-box-shadow: 6px 6px 5px #999; font-weight: bold; background: green;
color: #fff; border-radius: 10px; border: 2px solid yellow; font-size: 100%;"
type="button" value="Your Text Here" onclick="window.location.href='http://www.aimtocode.com/html-buttons.html'"
/>
</form>