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

Thursday, March 7, 2013

Codecademy Sample Solution: Strings



<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
        <!-- Echo your string between the <p></p> tags! -->
        <p>
        <?PHP echo "A string " . "of my choice!"; ?>
        </p>
</body>
</html>

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts