fontStyle
tags.P.fontStyle = "italic";
... and the inline
bold
element inherits that.
In this example:
<P> is italic.
<B> inside <P> is italic by inheritance.