라벨이 onfocus인 게시물 표시

[JS] input onfocus

onfocus="this.style.backgroundImage='none', this.style.backgroundColor='#fff';" onclick="if(this.value=='강아지')this.value='';" onblur="if(this.value =='') this.value='강아지';"