This forum is now read-only. Please use our new forums! Go to forums

banner
Close banner
0 points
Submitted by Nicco Meow
over 10 years

Dumb comment won't work!!!

this my code

Answer 524d4bdc80ff336edd008252

1 vote

Permalink

thats comment for html please read good :) you should you (“//“) as its said in the exercise

points
Submitted by Pavel Toromanov
over 10 years

Answer 52b2e4067c82ca0c670019de

-4 votes

Permalink

Hi, try this:

    <!DOCTYPE html>
      <html>
        <head>
            <title></title>
        </head>
      <body>
          <!-- Echo your string between the <p></p> tags! -->
             <p>
             <?php echo "Hello,"." "." folks"."!"; ?>
             </p>
      </body>
     </html>
points
Submitted by Mike
over 10 years