CSS In-line Stylesheet Example

This is a normal paragraph.

This paragraph is centered and text is larger.

<p>This is a normal paragraph.</p>
<p style="text-align: center; font-size: 200%">This paragraph is centered and text is larger.</p>