English
<!--Script description: Step 1: Add the following code to the <head> area--> <style type="text/css"> <!-- .over {color:yellow; background: navy} .down {color:yellow; background: navy; font-style: italic} --> </style> <!--Step 2: Add the following code to the <body> area --> <input type="Button" onMouseOver ="this.className='over';" onMouseOut="this.className='';" onMouseDown="this.className='down';" onMouseUp="this.className='over';" value="Button Also crazy" onClick="this.value='I really like you '" name="Button">