<html>
<head>
  <style> 
  h1 {color:red;}
  p {color:blue;}
  </style> 
</head>

<body>
<h1>Un titre</h1>
<p>Un paragraphe</p>
</body>
</html>

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.