Inline style attribute



examples/css/inline.html
<h1 style="color: red">This is a red H1 element</h1>
In order to see this, save the code in a file with .html extension and open it with a browser.