Guest User

Untitled

a guest
Jan 21st, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. <?php
  2. for($i=1;$i<13;$i++)
  3. {
  4. if($i%2==0)
  5. echo "<font color=blue>$i</font>";
  6. else
  7. echo "<font color=red>$i</font>";
  8.  
  9. echo"<br>";
  10. }
  11. ?>
Add Comment
Please, Sign In to add comment