2015年4月23日 星期四

[第三週]九九乘法表(待補充)

JavaScript


<html>
<head>
<title> The First Example: Hello, World </title>
</head>
<body>
<h2> This line is HTML </h2>

<script language="JavaScript">
for(i=1;i<=10;i+1)
{
document.write("<BR>");
}
</script>
<noscript>
Sorry, but your browser doesn't run JavaScript.
</noscript>

<h2> This line is HTML </h2>

沒有留言:

張貼留言