Вот почему такой скрипт не работает в шестом ослике...
<head><title>Таблица
умножения</title></head>
<style> body {text-align: center;
background-color: green;} td {text-align: right;} </style>
<body><h2>Таблица умножения</h2>
<table border""!" cellspacing="0" cellpadding="2" rules="cols">
<script><!-- var,j; for (i=2;i<=10; i++){document.write("<tr>"); for (j=2; j<10; j++)
document.write("<td>"+j+×"+i+"="+(i*j)+"</td>");document.write("</tr>");} //-->
</script></table></body>
<head><title>Таблица
умножения</title></head>
<style> body {text-align: center;
background-color: green;} td {text-align: right;} </style>
<body><h2>Таблица умножения</h2>
<table border""!" cellspacing="0" cellpadding="2" rules="cols">
<script><!-- var,j; for (i=2;i<=10; i++){document.write("<tr>"); for (j=2; j<10; j++)
document.write("<td>"+j+×"+i+"="+(i*j)+"</td>");document.write("</tr>");} //-->
</script></table></body>