Font Color and Size

Here is the issue I am having, what I’m I doing wrong. Help please

<PLEASE USE THE FOLLOWING TEMPLATE TO HELP YOU CREATE A GREAT POST!>

<Below this line, add a link to the EXACT exercise that you are stuck at.>

<In what way does your code behave incorrectly? Include ALL error messages.>

```

Replace this line with your code.

<do not remove the three backticks above>

It’s obvious that you copy/pasted here, so I’m just gonna say please don’t, for your learning’s sake. You won’t learn as well if you don’t do it yourself.

Anyway, here’s how headings work:

<h1 style="color: green; font-size: 16px;">Big Heading</h1>

NOT

<h1> <h2 style="color: green; font-size: 16px;">Big Heading</h1>

And you don’t need to nest your h2's inside paragraphs. Replace each closing p tag with </h2>.

And again, I must emphasize, please DO NOT copy and paste from the example, because if you don’t understand how it works, and mindlessly paste it in without thinking about it, you won’t learn.

Thank You I really appreciate the feedback.

1 Like