In the head or body of the HTML



examples/css/in_head_or_body.html
<style>
h1 {
  color: red;
}
</style>


<h1>This is a red H1 element</h1>