<head>

  <style>

    #test {

      background-color: blue;

      color: red;

    }

  </style>

</head>

<body>
  <p id="test">Hello World!</p>
  <p>Hello World!</p>

</body>

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.