1 / 4

What is the way to define styles directly in the <head> section of an HTML document?

<head>
body
{
background-color:
lightblue;
}
</head>