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

banner
Close banner
0 points
Submitted by RWR5
almost 11 years

Did you remember to remove the comment (the <!-- and the -->)?

I can’t get past this point!

Tried many times - what do i need to do? Please help. Thanks.

Answer 51bdf9ba282ae3d20401def4

10 votes

Permalink

in the head:

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

there is a link that will allow the HTML page to use the style you will code on a separate page. The author placed a comment on the link to show you the difference between a non styled page and a styled page. The way to disable code is by placing the comment tags around it and that’s what the author did.

What you have to do is to remove the comment tags to make the link live. Once you do that the link will become colored like the rest of the code. Look at my example above. You need to remove the <!-- and on the rigth side the --> so it becomes like this: <link type="text/css" rel="stylesheet" href="stylesheet.css"/>

points
Submitted by tony de araujo
almost 11 years

7 comments

RWR5 almost 11 years

Thanks Tony.

The instruction now makes sense to me!

Much appreciated.

Tina Ballesteros almost 11 years

Had the same problem… Thanks a lot!

steven song over 10 years

Very good!

RYOGA about 10 years

It worked!!!!!

He Jiapeng about 10 years

thx !!

Ultim1337Gamer over 9 years

Worked !

AHMED HASAN over 9 years

Thanks