Edit in JSFiddle

<html>
<head>
<title>Inline CSS Demo</title>
</head>

<body style="background-color:red;"> <!-- property : value in style attribute -->
<p>This is inline CSS Demo</p>
</body>

</html>