I am having trouble with the following codes:
<p> some text for you to make tiny</p>
<p>some text for you to make normal size</p>
<p>some text for you to make super big</p>
When I write it out with the attribute <p style="font-size: 10px"><p>some text for you to make tiny</p>
It give me an error saying “Did you change the number of <p>
tags? You should still have 3 <p>
tags.”
How do I fix this?