CSS In-line Stylesheet Example
- STYLE attribute of element
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>
<p style="text-align: center; font-size: 200%">This paragraph is centered and text is larger.</p>