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

0 points
Submitted by Erick Monteiro
over 10 years

I couldn't doing this exercise,someone have one idea?

<head>
    <link type="text/css" rel="stylesheet" href="stylesheet.css"/>
    <title>Fancy Fonts</title>
</head>
<body>
    <p>I'm a paragraph written in red font, but one of my words is <span>blue</span>!</p>

Answer 51fb452eabf821be890019c2

1 vote

Permalink

You need to put this into the stylesheet.css file:

p {
    color: red;
}

span {
    color: blue;
}
points
Submitted by Michael
over 10 years

5 comments

Luminita over 10 years

It work’s

kemal karaduman over 10 years

how can i reach stylesheet.css file?

Michael over 10 years

If you look toward the top of the page you will see it says “FILES:”, and to the right of that it says “index.html” (this is the file you are looking at by default), to the right of that it says, “stylesheet.css”. That is where you need to click to get to the stylesheet.css file.

kemal karaduman over 10 years

ooooooo thanks a lot :)

Aditya over 10 years

thanksamillion

Answer 51fbbee7548c35a5510034bc

0 votes

Permalink

Obrigado pela ajuda , tenha um ótimo dia (y)

points
Submitted by Erick Monteiro
over 10 years

1 comments

Erick Monteiro over 10 years

Thanks for the help, have a great day .. ;)

Answer 51ff6b4cf10c608d30005d21

0 votes

Permalink

Maybe you should change your browser to IE, I have this problem when I use chrome, too.

points
Submitted by Haodong
over 10 years

1 comments

Mitchell Reid over 10 years

No. Nuff Said.