<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>
the only mistake i can find is that you miss a dash/hyphen in font-size in your second paragraph
<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>
Put the dash in between the font and size but still it says the did you remember to make h1 header green. I mean if everything seems right o the console is this just a glitch or something.
works fine, maybe you hit a glitch? Try a different browser. If that doesn’t work, please post all the content of the html file, errors are not always 100% accurate
Works fine now just used google chrome instead of Mozilla Firefox and seem to have worked thanks.