<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>
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.