<!DOCTYPE html>
<html>
<head>
<style>
body {
  color: red; /* This sets the text color of the body and all its children to red */
}
</style>
</head>
<body>
  <h1>This is a heading</h1>
  <p>This is a paragraph.</p>
  <div>
    <p>This is another paragraph inside a div.</p>
  </div>
</body>
</html>

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.