Inline CSS Example
HTML
<html>
<head>
<title>
Your page title
</title></head>
<body>
<p style="color:green;">
This is a paragraph.
</p>
</body></html>
<html>
<head>
<title>
Your page title
</title></head>
<body>
<p style="color:green;">
This is a paragraph.
</p>
</body></html>