The style attribute is used to add CSS directly to HTML elements.
<p style="color:red;">This text is red</p>
<p style="font-size:22px;">Big text paragraph</p>
<h1 style="color:blue; text-align:center;">
Center Blue Heading
</h1>
Text color
Text size
Text alignment