Quotes help make search much faster. Example: "Practice Makes Perfect"

Monday, April 15, 2013

Codecademy Sample Solution: Making Comparisons



<html>
  <head>
    <title>Comparing Numbers</title>
  </head>
  <body>
    <p>
      <?php
        $teabags = 3;
        if($teabags < 7)
            echo "true";
      ?>
    </p>
  </body>
</html>

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts