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

0 points
Submitted by lewandowskid
over 9 years

9/16 Font color will not pass

Not able to get Font color inline style exercise to pass. Im 99% sure something is wrong with the exercise and not my code.
Shows the error “Did you remember to make the h1 header green?”

<html>
<head>
    <title>Changing the colors!</title>
</head>
<body>
    <h1 style="color:green; font-size:16px">Big Heading</h1>
        <p style="color:violet">A giant bear and a little duck were friends.</p>
        <p style="color:red; font-size:10px">But the bear got hungry and ate the duck.</p>
</body>

Answer 54765eb152f86386e3000ce6

0 votes

Permalink

@lewandowskid,

I tried your code in an IE11 windows 8.1 environment, and it works…passed

Just out of curiosity,… you do have a closing-HTML-tag </html>

=================================

under certain circumstances you can shoot your Browser in an inconsistent state.

Therefor it is of an advantage to know that you have 2 reset facilities:

One is the use of the F5-key which does a refresh Browser

and

Two, select&copy your code Then use the Reset Code button of the course-window, then paste your code back in.

points
Submitted by Leon
over 9 years

1 comments

lewandowskid over 9 years

yeah i did have the html closing tag forgot to copy and paste it.
I got it to work, it turns out a Firefox addon I had to change the color of texts and backgrounds was causing the problem! (ColorTransform addon)

Thanks for verifying that the code was right I knew something else had to be causing the issue!

Answer 547693d48c1ccc6056001667

0 votes

Permalink

points
Submitted by Leon
over 9 years