Português
<!--Descrição do script: Etapa 1: Adicione o seguinte código à área <head>--> <style type="text/css"> <!-- .over {color:yellow background: navy} .down; {color:yellow; background: navy; font-style: italic} --> </style> <!--Etapa 2: Adicione o seguinte código à área <body> --> <input type="Button" onMouseOver ="this.className='over';" onMouseOut="this.className='';" onMouseDown="this.className='down';" onMouseUp="this.className='over';" Também louco" onClick="this.value='Gosto muito de você'" name="Button">