Brown
idk
- Feb 15, 2013
- 312
- 69
This exercise of the tutorial is telling me to make a comment in the code and this is my code so far.
I think this should work but it's telling me to try again?
PHP:
<!DOCTYPE html>
<html>
<head>
<title>Oh No!</title>
</head>
<body>
<p><?php
echo "Oh, the humanity!";
//I don't, I'm a comment!
?></p>
</body>
</html>
I think this should work but it's telling me to try again?