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

0 points
Submitted by danyse
about 10 years

Not sure what to put in between <p> and </p>

Hi there- not sure why this isn’t working. The error is as follows: Oops, try again. Make sure you write something between each set of

tags! I’m not sure what I’m doing wrong? I’ve tried resetting the code/clearing the cache but that hasn’t worked.

Answer 52fc59677c82ca3e300041b1

0 votes

Permalink

You are missing the <html></html> tags This should be

<html>
<head>
<title>YOUR TITLE</title>
</head>
<body>
<!-- YOUR CODE HERE -->
</body>
</html>
points
Submitted by Mikal Ummel
about 10 years