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

banner
Close banner
0 points
Submitted by Nguyen Hanh
over 11 years

It looks like your 'type' attribute isn't quite right.

Answer 50ec47c0fda309896500517a

0 votes

Permalink

You didn’t write the entire code. That’s how it should look:

<!DOCTYPE html> 
<head>
    <link type="text/css" rel="stylesheet" href="stylesheet.css" />
    <title>Result</title>

</head>

The type atribute is on the 3rd line. Maybe that doesn’t help you anymore as this question is 2 weeks old but others might have this problem too :)

points
Submitted by Cosmina
over 11 years

1 comments

Soorya Ch about 11 years

Yes i also have the same problem, on the exercise this worked with out any issues. Looks like the editor has a problem.