Hola salvi992:
Si trabajas con el block de notas pon algo así:
<html>
<body>
<input type=button
style="background-color:#eeeeee;border-style:outset"
onmouseover="this.style.backgroundColor='white'"
onmouseout="this.style.backgroundColor='#eeeeee'"
onclick="this.style.borderStyle='inset';alert('¡Ho la!')"
value="Prueba de botón">
</body>
</html>
Saludos