한국어
<!--스크립트 설명: 1단계: <head> 영역에 다음 코드를 추가합니다--> <style type="text/css"> <!-- .over {color:yellow background: navy} .down; {color:yellow; background: navy;font-style: italic} --> </style> <!--2단계: <body> 영역에 다음 코드를 추가합니다 --> <input type="Button" onMouseOver ="this.className='over';" onMouseOut="this.className='';" onMouseUp="this.className='over';" 역시 미쳤어" onClick="this.value='정말 좋아해요'" name="Button">