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

0 points
Submitted by Mono1
almost 10 years

Can't find my mistake..

I can’t find my error, and even though the text turns green, it won’t let me pass. Help?

HTML:

<!DOCTYPE html>
<html>
    <head>
        <link type="text/css" rel="stylesheet" href="stylesheet.css"/>
        <title>Result</title>
    </head>
    <body>
        <p>You're about to style this paragraph with CSS all on your own!</p>
    </body>
</html>

CSS:

p {
    color: green;
}

Answer 53af630d9c4e9da039000ffe

2 votes

Permalink

Nevermind… I tried again now after re-opening the task a couple times, and now it works.

points
Submitted by Mono1
almost 10 years

Answer 53b37d2b7c82cae9dc00112b

1 vote

Permalink

You forgot you forgot your semicolons in the . Remember you need the semicolons in order to tell the file that you are ending and starting something new.

points
Submitted by Cesar Alvarez
over 9 years

2 comments

Mono1 over 9 years

Sorry, what? I did write:

p {
    color: green;
}

The semicolon is there, so I’m not quite sure what it is you’re talking about. Besides, the code worked after I re-opened the task.

Cesar Alvarez over 9 years

I was talking about in the html file but then i realized I was wrong. lol Disregard my post

Answer 5448f02952f86385d6001c1c

1 vote

Permalink

i had the same problem i tried refreshing my page and it works thanks allot :D

points
Submitted by Lugamil
over 9 years