Alguém pode achar o erro?
E me explicar..
Obrigado.
<html>
<head>
<title>Números pares de 2 a 100</title>
<style type="text/css">
td {font: 80% verdana; text-align: center; color:blue}
</style>
</head>
<body>
<table border="1" bordercolor="green" cellpadding="2" cellspacing="0"></table>
<tr bgColor="#cccccc" borderColorDark="#fcfcfc" borderColorLight="#999999"></tr>
<script type="text/javascript">
for(i = 2,i <= 100;i++)
{
if(i % 2 == 0)
{
if(i % 20 = 0)
{
document.write('<td>' + i + '</td></tr>');
if(1 < 100)
document.write('<tr bgColor=\"#cccccc"\"borderColorDark=\"#fcfcfc\"borderColorLght="999999"');
}
}
}
</script>
</body>
</html>
Edição feita por: eduardo_, 14/10/2005, 16:53.