<html>
<body>
<script language= "javascript"type="text/javascript">
var i=0
while(i<=10)
{
document,write("the number is"+i)
document.write("<br/>")
i=i+1
}
</script>
</body>
</html>
<body>
<script language= "javascript"type="text/javascript">
var i=0
while(i<=10)
{
document,write("the number is"+i)
document.write("<br/>")
i=i+1
}
</script>
</body>
</html>
No comments:
Post a Comment