이 곳에 마우스를 가져다 대면 색이 변합니다.



<TABLE style="TABLE-LAYOUT: fixed" cellSpacing=0 cellPadding=0 width="100%" border=0>
<COLGROUP>
<COL width="100%"></COL>
<TBODY>
<TR>
<TD vAlign=top>
<TABLE border=2>
<TBODY>
<TR>
<TD onmouseover="this.style.backgroundColor='blue'" style="BACKGROUND-COLOR: gray" onmouseout="this.style.backgroundColor='gray'"><FONT color=white>이 곳에 마우스를 가져다 대면 색이 변합니다.</FONT> </TD></TR></TBODY></TABLE><!--"<--></TD></TR></TBODY></TABLE>

profile