<html> <head> <title>.:: Código Fonte ::.</title> </head> <body bgcolor="#FFFFFF" text="#000000"> <table width="50%" border="1" cellspacing="0" cellpadding="0" align="center"> <tr> <td height="103"> <div align="center"><font color="#0000CC">Passe o mouse sobre as linhas para ver o resultado!</font></div> </td> </tr> <tr style="cursor:default" onMouseOver="javascript:this.style.backgroundColor='#C0B085'" onMouseOut="javascript:this.style.backgroundColor=''"> <td height="5"><div align="center">Linha 01 da tabela</div></td> </tr> <tr style="cursor:default" onMouseOver="javascript:this.style.backgroundColor='#C0B085'" onMouseOut="javascript:this.style.backgroundColor=''"> <td height="2"><div align="center">Linha 02 da tabela</div></td> </tr> <tr style="cursor:default" onMouseOver="javascript:this.style.backgroundColor='#C0B085'" onMouseOut="javascript:this.style.backgroundColor=''"> <td height="2"><div align="center">Linha 03 da tabela</div></td> </tr> <tr style="cursor:default" onMouseOver="javascript:this.style.backgroundColor='#C0B085'" onMouseOut="javascript:this.style.backgroundColor=''"> <td height="2"><div align="center">Linha 04 da tabela</div></td> </tr> <tr style="cursor:default" onMouseOver="javascript:this.style.backgroundColor='#C0B085'" onMouseOut="javascript:this.style.backgroundColor=''"> <td height="2"><div align="center">Linha 05 da tabela</div></td> </tr> <tr> <td height="82"> <div align="center"><font size="1"><a href="http://www.codigofonte.com.br">www.codigofonte.com.br</a></font></div> </td> </tr> </table> </body> </html>