<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="zh-cn">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
<title>网页标题</title>
<meta name="keywords" content="关键字列表" />
<meta name="description" content="网页描述" />
<link rel="stylesheet" type="text/css" href="" />
<style type="text/css"></style>
<script type="text/javascript">
document.write("<table align='center' border='1' style='border-collapse:collapse'>")
for(var i=1;i<=9;i++){
document.write("<tr>");
if(i%2==0){
}
for(var j=1;j<=i;j++){
document.write("<td>"+j+"×"+i+"="+i*j+"</td>");
}if(j==i){
document.write("<br />");
}
document.write("</tr>");
}
document.write("</table>")
</script>
</head>
<body>
</body>
</html>
![]()