Please help, I’ve already tried just about everything and I still seem to get the same error.
Here is a screenshot of my work.
I get keep getting the “Oops, try again. It looks like your header’s font-size is 32px instead of 16px.” error.
Please help, I’ve already tried just about everything and I still seem to get the same error.
Here is a screenshot of my work.
@jozziefer,
You will have to change your style-definition
from
font-size= 16px
into
font-size: 16px
and you should remove the non existing <h></h>
tags, and add the style attribute to your <h1>
opening tag. And if you really want to do it correct, add your heading (h1) and your paragraphs inside the <body></body>