<html>
<body>
<script language="JavaScript">
for (i=1; i <= 7; i++)
{
document.write ('<font size= ');
document.write (i);
document.write (' > Hello </font> <br>');
}
</script>
</body>
i tried and did this [its wrong ]
<?php
for (i=1; i <= 7; i++)
{
print ('<font size= ');
print (i);
print "Hello" <br>
</font>
}
?>
<body>
<script language="JavaScript">
for (i=1; i <= 7; i++)
{
document.write ('<font size= ');
document.write (i);
document.write (' > Hello </font> <br>');
}
</script>
</body>
i tried and did this [its wrong ]
<?php
for (i=1; i <= 7; i++)
{
print ('<font size= ');
print (i);
print "Hello" <br>
</font>
}
?>