<html>
  <body>
<?php

for ($i=0$i 10$i++) {
  print 
$i."<br>\n";
}

?>
  </body>
</html>