<html>
<body>
<script>
for(i=1;i<=5;i++)
{
document.write(i+"<br>") //here <br> tag is used for new line
}
</script>
</body>
</html>
<body>
<script>
for(i=1;i<=5;i++)
{
document.write(i+"<br>") //here <br> tag is used for new line
}
</script>
</body>
</html>
No comments:
Post a Comment