Oops, Saying <h1> is not green when it is green

Remove the <p> and </p> from inside the <h1>...</h1> tags like this:

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

Hope that helps!

2 Likes