<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
<script language="javascript">
document.write("<h2 align=center>打印倒金字塔直线</h2>");
var i=25;
while (i>0)
{
document.write("<HR align=center width="+i+"%>");
i=i-5;
}
for(var j=5;j<30;j=j+5)
document.write("<HR align=center width="+j+"%>");
</script>
</head>
<body>
</body>
</html><html>
<head>
<meta http-equiv="Content-Type" c