Edit in JSFiddle

<html>
<head>
<style>

body 
{ 
background-color:red; 
}

</style>

</head>

<body>
<p> This is internal CSS Demo</p>
</body>

</html>