Sabtu, 17 April 2010

Logic table

#html>
#head>
#/head>
#body>
#script>
document.write("#table border='1' width='500' height='500'>");
for(baris=1;baris#=5;baris++){
document.write("#tr/>");
for(kolom=1;kolom#10;kolom++){
document.write("#td> #/td>");
}
document.write("#/tr>");
}
document.write("#/table>");
#/script>
#/body>