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

0 points
Submitted by Nathan
over 11 years

"looks like your 'rel' attribute isn't quite right"

I am entering the code below and getting the error: “Oops, try again. It looks like your ‘rel’ attribute isn’t quite right.” I know this is a pretty easy section so I must be making a careless mistake.

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

Answer 50d0d513e4be354ec500045d

0 votes

Permalink

you didn’t included link itself

points
Submitted by PauliB
over 11 years