<html>
<body>
<h1>I'm the Big Heading</h1>
<p>The following link shall be <a href="#">orange!</a></p>
<a href="#">I'm just a regular link</a>
</body>
</html>
h1, h2, h3, h4, h5, h6 {
color: blue;
}
p a {
color: orange;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.