Test of inheritance of P-attributes and FONT-attributes in case of invalid nesting

FONT EXAMPLE

<P align=center>
Centered!
<FONT color=red>
<P>
Am I centered and or red? Should I be?
</FONT>

Gives

Centered!

Am I centered and or red? Should I be?


BIG EXAMPLE

<P align=right>
Right-aligned!
<BIG>
<P>
Am I right-aligned and or big? Should I be?
</BIG>

Gives

Right-aligned!

Am I right-aligned and or big? Should I be?