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

Thursday, March 7, 2013

Codecademy Sample Solution: Comments



<!DOCTYPE html>
<html>
<head>
<title>Oh No!</title>
</head>
<body>
        <p><?php
            echo "Oh, the humanity!";
            //whatever I like!
          ?></p>
    </body>
</html>

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts