Programming Code Center(PCC)
[HTML]

(PCC)::[How-to-use-HTML-with-inline-CSS]::[html]

File Name : index.html

<!DOCTYPE html>
<html>
<body>

<h1 style="color:blue;">This is a Blue Heading</h1>

</body>
</html>

Output :

This is a Blue Heading