Example
Use the style attribute in HTML documents:
<h1 style="color:blue; text-align:center">This is a header</h1> <p style="color:red">This is a paragraph.</p>
Definition and usage
The style attribute specifies the inline style of the element
## The #style attribute will override any global style settings, such as those specified in the