<html>
  <head>
    <title>CSS Example</title>
  </head>
  <body>
    <p>CSS is Awesome!</p>
  </body>
</html>
p {
  color:blue;
  font-size:18px;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.